Odel
mst mcp

mst mcp

Local
@vipulsutar11PythonUpdated 2w ago

MCP server for the MST Chain ecosystem providing search and retrieval tools for documentation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/vipulsutar/mst-mcp:1.0.0

Run

docker run -i --rm docker.io/vipulsutar/mst-mcp:1.0.0

MCP client config

{
  "mcpServers": {
    "mst-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/vipulsutar/mst-mcp:1.0.0"
      ]
    }
  }
}