fixgraph mcp for Cursor
io.github.jawdat6/fixgraph-mcp
Search 25K+ verified engineering fixes by error or technology. For developers and AI agents.
client:Cursor
transport:stdio
runtime:npm
Install fixgraph mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fixgraph-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"fixgraph-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs