Serversio.github.pcas-io/plexus
P

io.github.pcas-io/plexus

io.github.pcas-io/plexus · v0.1.2
● Remote
v0.1.2remote🌐 https://{plexus_host}/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.pcas-io/plexus",
  "description": "Typed on-prem knowledge graph for AI agents — read-only for humans, write-only for agents via MCP.",
  "repository": {
    "url": "https://github.com/pcas-io/plexus",
    "source": "github"
  },
  "version": "0.1.2",
  "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."
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}