Skip to content
Cursor

mdma for Cursor

io.github.mobilereality/mdma

MCP server for MDMA — exposes spec, prompts, docs, and package metadata to AI assistants.

client:Cursor transport:stdio runtime:npm

Install mdma in Cursor

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

{
  "mcpServers": {
    "mdma": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mobile-reality/mdma-mcp"
      ]
    }
  }
}

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

mdma in other clients