Home › Knowledge & Memory › prism-coder
prism-coder
Session memory for coding agents: local-first recall, drift detection, on-device inference.
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_KEYsecret — Brave Search API key for web search toolsGEMINI_API_KEYsecret — Google Gemini API key for AI-powered summarization and embeddingsSUPABASE_URL— Supabase project URL for session memory and knowledge persistenceSUPABASE_KEYsecret — Supabase service role key for database accessPRISM_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 integrationVERTEX_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
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry