54yyyu/code-mcp
Code-MCP: Connect Claude AI to your development environment through the Model Context Protocol (MCP), enabling terminal commands and file operations through the AI interface.
Platform-specific configuration:
{
"mcpServers": {
"code-mcp": {
"command": "npx",
"args": [
"-y",
"code-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...