HomeKnowledge & Memory › prism-coder

prism-coder

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

TypeScript Local macOSWindowsLinux
★ 157 stars Last pushed 2026-09-24 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 20.21.13)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "prism-coder": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "BRAVE_API_KEY": "<YOUR_VALUE>",
        "GEMINI_API_KEY": "<YOUR_VALUE>",
        "SUPABASE_URL": "<YOUR_VALUE>",
        "SUPABASE_KEY": "<YOUR_VALUE>",
        "PRISM_USER_ID": "<YOUR_VALUE>",
        "GCP_PROJECT_ID": "<YOUR_VALUE>",
        "VERTEX_LOCATION": "<YOUR_VALUE>",
        "VERTEX_DATA_STORE_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • BRAVE_API_KEY secret — Brave Search API key for web search tools
  • GEMINI_API_KEY secret — Google Gemini API key for AI-powered summarization and embeddings
  • SUPABASE_URL — Supabase project URL for session memory and knowledge persistence
  • SUPABASE_KEY secret — Supabase service role key for database access
  • PRISM_USER_ID — User ID for multi-tenant row-level security isolation (defaults to 'default')
  • GCP_PROJECT_ID — Google Cloud project ID for Vertex AI Discovery Engine integration
  • VERTEX_LOCATION — Vertex AI location/region (defaults to 'global')
  • VERTEX_DATA_STORE_ID — Vertex AI Discovery Engine data store ID for enterprise search

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.dcostenco/prism-mcp

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry