Skip to content
Cursor

mcpvessel docs for Cursor

io.github.okedeji/mcpvessel-docs

mcpvessel agent io.github.okedeji/mcpvessel-docs

client:Cursor transport:stdio runtime:oci

Install mcpvessel docs in Cursor

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

{
  "mcpServers": {
    "mcpvessel-docs": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/okedeji/mcpvessel-docs:0.1.2"
      ]
    }
  }
}

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

mcpvessel docs in other clients