Skip to content
Cursor

AsDecided for Cursor

io.github.asdecided/core

Read-only access to deterministic engineering decisions stored in a local repository.

client:Cursor transport:stdio runtime:oci

Install AsDecided in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "core": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/asdecided/core:mcp-v0.29.0"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AsDecided in other clients