mcp server commands for Zed
io.github.bytedance/mcp-server-commands
An MCP server to run arbitrary commands
client:Zed
transport:stdio
runtime:npm
Install mcp server commands in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server-commands": {
"command": "npx",
"args": [
"-y",
"@agent-infra/mcp-server-commands"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs