🌐 Simplify your MCP server workflow by using LLMs to generate TypeScript/JavaScript code that interacts with a single HTTP proxy.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codemode-mcp": {
"command": "npx",
"args": [
"-y",
"goncalorosa96/codemode-mcp"
]
}
}
}
Run in terminal:
claude mcp add codemode-mcp npx -y goncalorosa96/codemode-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"codemode-mcp": {
"command": "npx",
"args": [
"-y",
"goncalorosa96/codemode-mcp"
]
}
}
}