mcp for Cursor
io.intencion/mcp
Debug a bad AI-agent run from your editor: which intent fails, at which step, and why.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@intencion/mcp"
],
"env": {
"INTENCION_API_KEY": "<INTENCION_API_KEY>",
"INTENCION_BASE_URL": "<INTENCION_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs