Skip to content
Cursor

prism coder for Cursor

io.github.dcostenco/prism-coder

Session memory for coding agents: local-first recall, drift detection, on-device inference.

client:Cursor transport:stdio runtime:npm

Install prism coder 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": {
    "prism-coder": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "prism-mcp-server"
      ],
      "env": {
        "BRAVE_API_KEY": "<BRAVE_API_KEY>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "SUPABASE_URL": "<SUPABASE_URL>",
        "SUPABASE_KEY": "<SUPABASE_KEY>",
        "PRISM_USER_ID": "<PRISM_USER_ID>",
        "GCP_PROJECT_ID": "<GCP_PROJECT_ID>",
        "VERTEX_LOCATION": "<VERTEX_LOCATION>",
        "VERTEX_DATA_STORE_ID": "<VERTEX_DATA_STORE_ID>"
      }
    }
  }
}

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

prism coder in other clients