Skip to content
Cursor

outline mcp for Cursor

io.github.ynishi/outline-mcp

Tree-structured knowledge base as an MCP server

client:Cursor transport:stdio runtime:oci

Install outline mcp in Cursor

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

{
  "mcpServers": {
    "outline-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ynishi/outline-mcp:0.14.0"
      ]
    }
  }
}

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

outline mcp in other clients