ChimeraForge for Cursor
io.github.sahil170595/chimeraforge
Local-first LLM deployment planner: GPU/VRAM sizing, cost and latency, with provenance
client:Cursor
transport:stdio
runtime:pypi
Install ChimeraForge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"chimeraforge": {
"type": "stdio",
"command": "uvx",
"args": [
"chimeraforge"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs