dcostenco/prism-mcp
NOASSERTIONAPI key required](https://glama.ai/mcp/servers/dcostenco/BCBA) 📇 🏠 🍎 🪟 🐧 - Zero-config persistent memory for AI agents with local SQLite. Mind Palace web dashboard, time travel (rewind/replay sessions), agent te
Install
npx -y -y prism-mcp-serverRequired environment variables
BRAVE_API_KEYSet in your MCP configFIRECRAWL_API_KEYSet in your MCP configGOOGLE_API_KEYSet in your MCP configVOYAGE_API_KEYSet in your MCP configOPENAI_API_KEYSet in your MCP configSUPABASE_KEYSet in your MCP configSYNALUX_API_KEYSet in your MCP configBRAVE_ANSWERS_API_KEYSet in your MCP configANTHROPIC_API_KEYSet in your MCP configHONEYCOMB_API_KEYSet in your MCP configclaude_desktop_config.json
{
"mcpServers": {
"dcostenco-prism-mcp": {
"command": "npx",
"args": [
"-y",
"-y",
"prism-mcp-server"
],
"env": {
"BRAVE_API_KEY": "<YOUR_BRAVE_API_KEY>",
"FIRECRAWL_API_KEY": "<YOUR_FIRECRAWL_API_KEY>",
"GOOGLE_API_KEY": "<YOUR_GOOGLE_API_KEY>",
"VOYAGE_API_KEY": "<YOUR_VOYAGE_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"SUPABASE_KEY": "<YOUR_SUPABASE_KEY>",
"SYNALUX_API_KEY": "<YOUR_SYNALUX_API_KEY>",
"BRAVE_ANSWERS_API_KEY": "<YOUR_BRAVE_ANSWERS_API_KEY>",
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
"HONEYCOMB_API_KEY": "<YOUR_HONEYCOMB_API_KEY>"
}
}
}
}Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.
More TypeScript MCP servers
upstash/context7
📇 ☁️ - Up-to-date code documentation for LLMs and AI code editors.
mindsdb/mindsdb
Connect and unify data across various platforms and databases with .
microsoft/playwright-mcp
Official Microsoft Playwright MCP server, enabling LLMs to interact with web pages through structured accessibility snapshots
agent-infra/mcp-server-browser
📇 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection.