← Back to Plugins
MCP Server MCP

io.github.dcostenco/prism-coder

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "prism-mcp-server",
      "version": "20.15.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Brave Search API key for web search tools",
          "format": "string",
          "isSecret": true,
          "name": "BRAVE_API_KEY"
        },
        {
          "description": "Google Gemini API key for AI-powered summarization and embeddings",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        },
        {
          "description": "Supabase project URL for session memory and knowledge persistence",
          "format": "string",
          "name": "SUPABASE_URL"
        },
        {
          "description": "Supabase service role key for database access",
          "format": "string",
          "isSecret": true,
          "name": "SUPABASE_KEY"
        },
        {
          "description": "User ID for multi-tenant row-level security isolation (defaults to 'default')",
          "format": "string",
          "name": "PRISM_USER_ID"
        },
        {
          "description": "Google Cloud project ID for Vertex AI Discovery Engine integration",
          "format": "string",
          "name": "GCP_PROJECT_ID"
        },
        {
          "description": "Vertex AI location/region (defaults to 'global')",
          "format": "string",
          "name": "VERTEX_LOCATION"
        },
        {
          "description": "Vertex AI Discovery Engine data store ID for enterprise search",
          "format": "string",
          "name": "VERTEX_DATA_STORE_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...