Enable remote MCP servers as native CLI commands with a lightweight daemon that simplifies integration for scripts and agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpshim": {
"command": "go",
"args": [
"run",
"github.com/19960307moon/mcpshim@latest"
]
}
}
}
Run in terminal:
claude mcp add mcpshim go run github.com/19960307moon/mcpshim@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpshim": {
"command": "go",
"args": [
"run",
"github.com/19960307moon/mcpshim@latest"
]
}
}
}