Ecosystem: cc-switch (35K), claude-code-router (30K), SuperClaude (22K), claude-code-templates (23K), planning-with-files (17K), claude-hud (15K), awesome-claude-code-subagents (15K), serena (22K), Understand-Anything (7K), n8n-mcp (17K) Companion Apps: AionUI (20K), chops (1K) New sections: Resources (10 tutorials/guides), Related Awesome Lists (7 entries) New MCP configs: security.json, design.json, workflow-automation.json, mobile.json Star history chart added to header
13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"mcpServers": {
|
|
"android": {
|
|
"command": "npx",
|
|
"args": ["-y", "android-mcp-server"]
|
|
},
|
|
"xcode": {
|
|
"command": "npx",
|
|
"args": ["-y", "xcode-mcp"]
|
|
}
|
|
}
|
|
}
|