Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp server decisions in other clients