m-dev-tools for Zed
io.github.m-dev-tools/m-dev-tools-mcp
MCP server wrapping the m-dev-tools catalog: route_intent, describe, verify.
client:Zed
transport:stdio
runtime:pypi
Install m-dev-tools in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"m-dev-tools-mcp": {
"command": "uvx",
"args": [
"m-dev-tools-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs