ship mcp for Zed
io.github.colossal1598/ship-mcp
Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop.
client:Zed
transport:stdio
runtime:npm
Install ship mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ship-mcp": {
"command": "npx",
"args": [
"-y",
"ship-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs