mst mcp for Zed
io.github.vipulsutar11/mst-mcp
MCP server for the MST Chain ecosystem providing search and retrieval tools for documentation.
client:Zed
transport:stdio
runtime:oci
Install mst mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mst-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/vipulsutar/mst-mcp:1.0.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs