← Index

io.github.dcostenco/prism-mcp

io.github.dcostenco/prism-mcp·v1.5.0·AI & LLMs
Quality Score
84
/100

Session memory, knowledge search, Brave Search, Gemini AI, and code transforms for AI agents

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "prism-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "prism-mcp-server"
      ],
      "env": {
        "BRAVE_API_KEY": "<your-brave_api_key>",
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "SUPABASE_URL": "<supabase_url>",
        "SUPABASE_KEY": "<your-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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "prism-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "prism-mcp-server"
      ],
      "env": {
        "BRAVE_API_KEY": "<your-brave_api_key>",
        "GEMINI_API_KEY": "<your-gemini_api_key>",
        "SUPABASE_URL": "<supabase_url>",
        "SUPABASE_KEY": "<your-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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y prism-mcp-server
§02  Environment variables
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

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs