Skip to content
Cursor

mst mcp for Cursor

io.github.vipulsutar11/mst-mcp

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

client:Cursor transport:stdio runtime:oci

Install mst mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mst mcp in other clients