md md for Zed
io.github.kedarvartak/md-md
MCP server for md.md - provides team knowledge context to AI assistants
client:Zed
transport:stdio
runtime:npm
Install md md in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"md-md": {
"command": "npx",
"args": [
"-y",
"md-md-mcp-server"
],
"env": {
"MD_MD_API_KEY": "<MD_MD_API_KEY>",
"MD_MD_API_URL": "<MD_MD_API_URL>",
"MD_MD_TEAM_ID": "<MD_MD_TEAM_ID>",
"MD_MD_WORKSPACE_ID": "<MD_MD_WORKSPACE_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs