Mmcp.market

Prism Coder MCP server

by dcostenco·io.github.dcostenco/prism-coder·v20.21.8

Session memory for coding agents: local-first recall, drift detection, on-device inference.

C68/100grade C
What users say
No reviews yet
Be the first
Safety scan
C68/100

full report

Adoption
Established

157 stars1.3k downloads/wk

Reviews

Write one

Nobody has reviewed Prism Coder yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Prism Coder tools (57, 3 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • agent_heartbeatwrite action

    Update your heartbeat and optionally your current task.

  • agent_list_team

    List all agents on a project with health status. Shows role, health state

  • agent_register

    Register this agent with the Hivemind team for a project.

  • api_analytics

    View API usage analytics per project or system-wide.

  • backup_databasewrite action

    Create, list, or restore SQLite database backups.

  • brave_answers

    Returns direct AI answers grounded in Brave Search using Brave AI Grounding.

  • brave_local_search

    Searches for local businesses and places using Brave's Local Search API.

  • brave_local_search_code_mode

    Performs a local search using Brave APIs, and then runs a custom JavaScript code string against the RAW API RESPONSE in a secure QuickJS sandbox.

  • brave_web_search

    Performs a web search using the Brave Search API, ideal for general queries, news, articles, and online content.

  • brave_web_search_code_mode

    Performs a web search using the Brave Search API, and then runs a custom JavaScript code string against the RAW API RESPONSE in a secure QuickJS sandbox.

  • code_mode_transform

    A universal code-mode transformer. Takes RAW TEXT or JSON output from ANY MCP tool (GitHub, Firecrawl, chrome-devtools, camoufox, codegraphcontext, videoMcp, arxiv, etc.)

  • configure_notifications

    Configure real-time notifications for memory events via webhook, Slack, or email.

  • deep_storage_purge

    v5.1 Deep Storage Mode: Purge high-precision float32 embedding vectors for entries

  • extract_entities

    Extract named entities from raw text using rule-based + optional LLM extraction.

  • gemini_research_paper_analysis

    Performs in-depth analysis of research papers using Google's Gemini-2.0-flash model.

  • inference_metrics

    Returns local-model inference metrics — call count, local vs cloud split,

  • knowledge_downvote

    Downvote a memory entry to decrease its importance.

  • knowledge_forget

    Selectively forget (delete) accumulated knowledge entries.

  • knowledge_ingest

    Ingest source code or documentation into the knowledge graph.

  • knowledge_search

    Search accumulated knowledge across all sessions by keywords, category, or free text.

  • knowledge_set_retention

    Set an automatic data retention policy (TTL) for a project's memory.

  • knowledge_sync_rules

    Auto-sync graduated insights (importance >= 7) into your project's IDE rules file

  • knowledge_upvote

    Upvote a memory entry to increase its importance (graduation).

  • local_savings

    Reports what prism's local serving displaced, in TOKENS: volume handled by a

  • maintenance_vacuum

    Reclaim disk space after large purge operations by running VACUUM on the local SQLite database.

  • memory_checkout

    Time travel! Restores the project's memory to a specific past version.

  • memory_history

    View the timeline of past memory states for this project.

  • onboarding_wizard

    Interactive setup wizard for new Prism users. Provides a step-by-step

  • query_memory_natural

    Query memories using natural language instead of structured tool syntax.

  • scholar_research

    Triggers an autonomous research pipeline on a specific topic.

  • session_abort_pipeline

    Abort a running Dark Factory pipeline. The pipeline will be marked as ABORTED

  • session_backfill_embeddings

    Repair ledger entries that are missing vector embeddings.

  • session_backfill_links

    Retroactively create graph edges (memory links) for all existing entries in a project.

  • session_bootstrap

    IMPORTANT: On the first user turn of every conversation, including a greeting, call this tool exactly once

  • session_check_pipeline_status

    Check the status of a Dark Factory pipeline. Returns the current step,

  • session_cognitive_route

    Resolve an HDC compositional state into a nearest semantic concept with policy-gated routing.

  • session_compact_ledger

    Auto-compact old session ledger entries by rolling them up into AI-generated summaries.

  • session_detect_drift

    Detect whether the current agent session has semantically drifted from its

  • session_export_memory

    Export all of a project's memory to a local file.

  • session_forget_memory

    Forget (delete) a specific memory entry by its ID.

  • session_health_checkwrite action

    Run integrity checks on the agent's memory (like fsck for filesystems).

  • session_intuitive_recall

    Manually trigger the Sparse Distributed Memory (SDM) Intuitive Recall to surface latent patterns

  • session_load_context

    Load session context for a project using progressive context loading.

  • session_route_prompt

    Call this at the START of any turn where the user states a NEW task, changes the kind of work, or reports a

  • session_save_experience

    Record a typed experience event. Unlike session_save_ledger (flat logs),

  • session_save_handoff

    Upsert the latest project handoff state for the next session to consume on boot.

  • session_save_image

    Save a local image file into the project's permanent visual memory.

  • session_save_ledger

    Save an immutable session log entry to the session ledger.

  • session_search_memory

    Search session history semantically (by meaning, not just keywords).

  • session_start_pipeline

    Start an autonomous Dark Factory pipeline. The pipeline runs in the background

  • session_synthesize_edges

    Step 3A Edge Synthesis: Scans recent project entries with embeddings, finds high-similarity

  • session_task_route

    Analyze a coding task and recommend whether it should be handled by the host

  • session_view_image

    Retrieve an image from visual memory using its ID.

  • skill_manage

    Manage scoped skills and platform-skill activation. Actions: list (your skills, team skills, releases);

  • skill_save

    Save a skill at one of three scopes: local (this machine only, works signed out),

  • sync_pull_handoff

    Pulls this account's synced handoff for a project from the E2E relay and

  • verify_behavior

    Call BEFORE editing behavioral source files (API routes, ordering logic, billing, auth, migrations).

Public scan report

scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it

2 medium
  • Code scan191 source files scanned15/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10

Findings (2)

  • mediumnpm install lifecycle script presentinstall.script
  • mediumnpm install lifecycle script presentinstall.script
    package.json: …e dist/utils/universalImporter.js", "postinstall": "node -e \"import('./dist/postinstall.j…
Overall 68/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Grade history

  • 2026-09-19restoreDCscore 68: npm install lifecycle script present; npm install lifecycle script present

Install directly

Runs npx -y prism-mcp-server on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add prism-coder -- npx -y prism-mcp-server
Add to Cursor

Prism Coder: common questions

Is Prism Coder MCP server safe?
With care: it is graded C, so read the findings first (68/100). Read the Prism Coder safety report
How do I install Prism Coder?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Prism Coder need an API key?
Yes. The registry entry asks for BRAVE_API_KEY, GEMINI_API_KEY, SUPABASE_KEY.
Is Prism Coder maintained?
The last commit was in the last day (2026-09-19). The latest release is v20.21.8.
What can I use instead of Prism Coder?
Servers from other publishers that do the same job: Deja Vu MCP server, Memorix MCP server and Plur MCP server. Compare all Prism Coder alternatives.

Alternatives to Prism Coder

Same job from other publishers: the closest match first, then the best rated.

All Prism Coder alternatives →
  • Deja Vu
    deja-vu: local memory over the session histories of thirty-three coding agents.
    A
  • Memorix
    Local-first project memory with legacy MCP and 2026 discovery compatibility.
    B
  • Plur
    Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.
    A
  • Nautilus Compass Memory
    Local-first long-term memory for AI agents, with byte-recomputable signed verification receipts.
    B
  • Vestige
    Local-first memory for AI agents that reaches backward to find a failure's root cause.
    B

More from dcostenco