Serversio.github.dcostenco/prism-mcp
M

io.github.dcostenco/prism-mcp

io.github.dcostenco/prism-mcp · v1.5.0
▦ npm
v1.5.0npm npm: prism-mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.dcostenco/prism-mcp",
  "description": "Session memory, knowledge search, Brave Search, Gemini AI, and code transforms for AI agents",
  "repository": {
    "url": "https://github.com/dcostenco/prism-mcp",
    "source": "github"
  },
  "version": "1.5.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "prism-mcp-server",
      "version": "1.5.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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}