Skip to content
Claude Desktop

plexus for Claude Desktop

io.github.pcas-io/plexus

Typed on-prem knowledge graph for AI agents — read-only for humans, write-only for agents via MCP.

client:Claude Desktop transport:streamable-http

Install plexus in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "plexus": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://{plexus_host}/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

plexus in other clients