mcp server decisions for Cursor
io.github.roberton003/mcp-server-decisions
Decision tracking with prediction validation and outcome gates for AI agents
client:Cursor
transport:stdio
runtime:pypi
Install mcp server decisions in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server-decisions": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-decisions"
],
"env": {
"MCP_DECISIONS_LOG_PATH": "<MCP_DECISIONS_LOG_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs