← Back to Plugins
MCP Server MCP

io.github.pcas-io/plexus

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{plexus_host}/mcp",
      "variables": {
        "plexus_host": {
          "description": "Hostname of your self-hosted plexus instance, e.g. plexus.example.com. plexus is on-prem by design; there is no shared public instance."
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...