Prism Coder

v15.4.0Coding Agentsstable

The Mind Palace for AI Agents - HIPAA-hardened Cognitive Architecture with on-device LLM (prism-coder:7b), Hebbian learning, ACT-R spreading activation, adversarial evaluation, persistent memory, multi-agent Hivemind and visual dashboard. Zero API ke

agent-memoryai-agentanti-sycophancycognitive-architecturehebbian-learning
Share:
138
Stars
0
Downloads
0
Weekly
0/5

What is Prism Coder?

Prism Coder is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mind palace for ai agents - hipaa-hardened cognitive architecture with on-device llm (prism-coder:7b), hebbian learning, act-r spreading activation, adversarial evaluation, persistent memory, multi-ag...

The Mind Palace for AI Agents - HIPAA-hardened Cognitive Architecture with on-device LLM (prism-coder:7b), Hebbian learning, ACT-R spreading activation, adversarial evaluation, persistent memory, multi-agent Hivemind and visual dashboard. Zero API ke

This server falls under the Coding Agents and Knowledge & Memory categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • The Mind Palace for AI Agents - HIPAA-hardened Cognitive Arc

Use Cases

Build HIPAA-hardened AI agents with persistent cognitive memory.
Enable multi-agent coordination with Hebbian learning and adversarial evaluation.
dcostenco

Maintainer

LicenseAGPL-3.0
Languagetypescript
Versionv15.4.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y prism-mcp-server

Manual Installation

npx -y prism-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Prism Coder

Prism Coder is a local-first MCP server that gives Claude, Cursor, and other AI coding assistants persistent long-term memory that survives across sessions — stored in a local SQLite database with no API keys required on the free tier. It provides semantic + keyword + graph search across all stored memories, session drift detection to keep agents on task, time-travel to restore previous session states, and a multi-agent Hivemind mode for coordinating multiple AI agents on the same project. An optional local model fleet (prism-coder:1.7b through 32b via Ollama) handles offline tool-routing without cloud round-trips.

Prerequisites

  • Node.js installed (LTS recommended)
  • An MCP-compatible client such as Claude Desktop or Cursor
  • Ollama installed if you want local model-based tool-routing (optional, free)
  • No API keys required for the free local tier
1

Add the Prism Coder server to your MCP client

Open your claude_desktop_config.json (Claude Desktop) or equivalent MCP config file and add the prism-mcp-server block. No environment variables are required for the free local tier.

{
  "mcpServers": {
    "prism": {
      "command": "npx",
      "args": ["-y", "prism-mcp-server"]
    }
  }
}
2

Restart your MCP client

Save the config and restart Claude Desktop or Cursor. Prism creates a local SQLite database at ~/.prism-mcp/data.db on first launch.

3

Optionally install a local Prism model via Ollama

For offline tool-routing without cloud API calls, pull one of the prism-coder models via Ollama. The 14b model is the recommended default router.

# Small — fits any device
ollama pull dcostenco/prism-coder:1b7

# Recommended default router (~8.4 GB)
ollama pull dcostenco/prism-coder:14b
4

Open the visual dashboard

Prism Coder ships with a web dashboard showing your project state, pending TODOs, session history, and a neural knowledge graph. Access it through the URL printed to the server output on startup.

5

Start working — memory is automatic

Begin coding sessions as normal. Prism Coder automatically stores decisions, files changed, and context summaries. The next session resumes with relevant memory loaded automatically.

Prism Coder Examples

Client configuration

Minimal Claude Desktop configuration for the Prism Coder MCP server (free local tier).

{
  "mcpServers": {
    "prism": {
      "command": "npx",
      "args": ["-y", "prism-mcp-server"]
    }
  }
}

Prompts to try

Example prompts that leverage Prism Coder's persistent memory and session management.

- "What did I decide about the authentication flow in our last session?"
- "Search my memory for anything related to the database schema"
- "Am I still on track with my original goal for this session?"
- "Show me everything that happened in my session from last Tuesday"
- "Restore the project state from yesterday's session"

Troubleshooting Prism Coder

Server starts but memory is not persisted between sessions

Verify the ~/.prism-mcp/data.db file exists and is writable. If npx is running in a sandboxed environment, it may not have write access to the home directory. Try specifying an explicit data path if supported.

Local model routing is not working with Ollama

Ensure Ollama is running (`ollama serve`) and the prism-coder model has been pulled (`ollama list`). Prism detects both `dcostenco/prism-coder:14b` and bare `prism-coder:14b` tags automatically.

Session drift detection returns unexpected results

The `session_detect_drift` tool compares current work against the session's stated goal. If the goal was never recorded at session start, drift detection has no baseline to compare against. State your session goal explicitly at the beginning of each session.

Frequently Asked Questions about Prism Coder

What is Prism Coder?

Prism Coder is a Model Context Protocol (MCP) server that mind palace for ai agents - hipaa-hardened cognitive architecture with on-device llm (prism-coder:7b), hebbian learning, act-r spreading activation, adversarial evaluation, persistent memory, multi-agent hivemind and visual dashboard. zero api ke It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Prism Coder?

Install via npm with the command: npx -y prism-mcp-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Prism Coder?

Prism Coder works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Prism Coder free to use?

Yes, Prism Coder is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "prism-coder": { "command": "npx", "args": ["-y", "prism-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Prism Coder?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides