Oorep MCP

An MCP server and TypeScript client SDK that gives AI assistants access to OOREP's homeopathic repertory and materia medica reference data. Its 5 documented tools cover materia, available. It runs locally over stdio via the published package.

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-08-24 · ★ 3 · #35 OF 60 MAINTAINED SCIENCE & HEALTH · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Oorep MCP

before you install - you'll need

Set OOREP_MCP_BASE_URL, OOREP_MCP_LOG_LEVEL, OOREP_MCP_TIMEOUT_MS, OOREP_MCP_CACHE_TTL_MS, OOREP_MCP_MAX_RESULTS before connecting.

Claude Code

claude mcp add dhi13man-oorep-mcp -- npx -y oorep-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dhi13man-oorep-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "oorep-mcp"
      ]
    }
  }
}

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

license MIT - declared in the repository

npm package oorep-mcp - unscoped; check the name against the project README before installing

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

03 · What Oorep MCP can do

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

What you can build

With this server connected, an agent can search for symptoms in homeopathic repertories, search materia medica texts for remedy descriptions, get detailed information about a specific remedy, and list all accessible repertories.

The 5 tools it gives your agent

Extracted from the project's README - what oorep-mcp lets an agent do.

search_repertory
- Search for symptoms in homeopathic repertories.
search_materia_medica
- Search materia medica texts for remedy descriptions.
get_remedy_info
- Get detailed information about a specific remedy.
list_available_repertories
- List all accessible repertories.
list_available_materia_medicas
- List all accessible materia medica texts.

Latest releases

v1.2.3 · 2026-08-03

Fixed · MCP Registry namespace: Corrected the case-sensitive GitHub OIDC namespace to io.github.Dhi13man/oorep-mcp, enabling publication to the official MCP Registry. · Security · Release validation: Reject MCP…

v1.2.2 · 2026-08-03

Added · Open-source maintenance: Added community issue and pull request templates, a Code of Conduct, private vulnerability-reporting guidance, and OpenSSF Scorecard reporting. · MCP Registry publishing: Added current…

v1.2.1 · 2025-12-25

Search Guide Rewrite · Complete rewrite of oorep://help/search-syntax resource for AI agents: · ~200 → ~100 lines (removed noise) · Works across all repertories (Kent, Murphy, Synthesis, BG3.100) · Emphasized agg/amel…

04 · Who maintains Oorep MCP

oorep-mcp is maintained by dhi13man. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
science & health - ranked #35 of 60 actively-maintained science & health servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-08-03)
registry
io.github.Dhi13man/oorep-mcp (active, first published 2026-08-03)
packages
npm:oorep-mcp

06 · Oorep MCP FAQ

Is Oorep MCP still maintained?

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

What can Oorep MCP do?

With this server connected, an agent can search for symptoms in homeopathic repertories, search materia medica texts for remedy descriptions, get detailed information about a specific remedy, and list all accessible repertories.

How do I install Oorep MCP?

Run `npx -y oorep-mcp`. The README documents 5 environment variables (OOREP_MCP_BASE_URL, OOREP_MCP_LOG_LEVEL, OOREP_MCP_TIMEOUT_MS…) to set first. Set OOREP_MCP_BASE_URL, OOREP_MCP_LOG_LEVEL, OOREP_MCP_TIMEOUT_MS, OOREP_MCP_CACHE_TTL_MS, OOREP_MCP_MAX_RESULTS before connecting. You can also paste the ready-made client config above.

Does Oorep MCP 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 Oorep MCP

More science & health MCP servers · MCHS NWAU Calculator · Brewers Almanack · Project Human · Onecite · Probe

More TypeScript MCP servers · Dgmo MCP · RPG Maker MV Ultimate MCP · Dep Diff MCP · Simap MCP · Debugger · see all