MCP Anvil for Cursor
com.aiinfradecoded/mcp-anvil
Local MCP gateway daemon: route, audit, and inspect MCP servers from one config.
client:Cursor
transport:stdio
runtime:pypi
Install MCP Anvil in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-anvil": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-anvil"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs