debugai mcp for Cursor
io.github.1shizaan/debugai-mcp
MCP server for DebugAI. Browser sign-in, auto client setup, no key pasting.
client:Cursor
transport:stdio
runtime:npm
Install debugai mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"debugai-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@debugai/mcp"
],
"env": {
"DEBUGAI_API_KEY": "<DEBUGAI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs