Prism MCP Server

Local-first Software Intelligence Engine for humans and AI agents. Website: https://www.prismhq.in · Docs: https://www.prismhq.in/docs · Get started: https://www.prismhq.in/docs/start/get-started

People connecting science & health tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-11 · ★ 9 · #8 OF 71 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Prism

Claude Code

claude mcp add shailesh200-prism -- npx -y @repo-prism/mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-25 - young repo, little track record yet

license MIT - declared in the repository

npm package @repo-prism/mcp-server - the @repo-prism scope differs from the repo owner (shailesh200); confirm it's the project's official package

registry namespace io.github.Shailesh200 is GitHub-verified and matches the repo owner

03 · What Prism can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

prism-npm-v1.8.2 · 2026-09-07

Claude Code can set configure dispatchMode=auto again, and worktree jobs on a PR branch see that branch's commits. · @repo-prism/[email protected] · @repo-prism/[email protected] · Keep @latest. Reload MCP after this…

prism-npm-v1.8.1 · 2026-09-07

npx @repo-prism/mcp-server starts again. · 1.8.0 imported formatDuration from @repo-prism/shared while published [email protected] did not export it, so the process died before handshake (-32000 Connection closed).…

04 · Who maintains Prism

Prism is maintained by shailesh200. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
science & health - ranked #8 of 71 actively-maintained science & health servers as of 2026-09-18.
release cadence
2 releases in the last 90 days (latest 2026-09-07)
registry
io.github.Shailesh200/prism (active, first published 2026-08-26)
packages
npm:@repo-prism/mcp-server

06 · Prism FAQ

What is Prism?

Local-first Software Intelligence Engine for humans and AI agents. Website: https://www.prismhq.in · Docs: https://www.prismhq.in/docs · Get started: https://www.prismhq.in/docs/start/get-started

Is Prism still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-11 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Prism?

Run `npx -y @repo-prism/mcp-server`. You can also paste the ready-made client config above.

Does Prism run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Prism