MetaMCP for Cursor
io.github.mentu-ai/metamcp
Route long-tail MCP servers through three lazy tools and reviewed declarative Methods.
client:Cursor
transport:stdio
runtime:npm
Install MetaMCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"metamcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mentu/metamcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs