Skip to content
Cursor

oorep mcp for Cursor

io.github.dhi13man/oorep-mcp

MCP server and TypeScript SDK for OOREP homeopathic repertory and materia medica reference data.

client:Cursor transport:stdio runtime:npm

Install oorep mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

oorep mcp in other clients