
Prism Coder
by dcostenco
Cognitive memory and tool-calling intelligence giving AI agents a persistent Mind Palace for long-term context and semantic search.
What it does
Prism Coder provides AI agents with a "Mind Palace"—a persistent, long-term memory system that survives across sessions. It allows agents to store episodic, semantic, and procedural memories, enabling them to recall decisions, project context, and technical details without re-explaining them in every new conversation.
Tools
session_load_context: Recovers the state of a prior session on boot.session_save_ledger: Appends an immutable log entry of work, decisions, and changes.session_save_handoff: Saves the live state for the next session's seamless transition.knowledge_search: Performs semantic and keyword search across all stored memories.query_memory_natural: Natural-language Q&A over the agent's Mind Palace.extract_entities: Automatically pulls people, projects, and decisions from text.session_synthesize_edges: Links related memories into a cognitive graph.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"prism": {
"command": "npx",
"args": ["-y", "prism-mcp-server"]
}
}
}
Supported hosts
- Claude Desktop
- Cursor
- Windsurf
- Cline
Quick install
npx -y prism-mcp-serverInformation
- Pricing
- freemium
- Published
- 5/30/2026






