mdma for Zed
io.github.mobilereality/mdma
MCP server for MDMA — exposes spec, prompts, docs, and package metadata to AI assistants.
client:Zed
transport:stdio
runtime:npm
Install mdma in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mdma": {
"command": "npx",
"args": [
"-y",
"@mobile-reality/mdma-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs