← Back to Plugins
MCP Server MCP

io.github.GCTRL-TECH/gctrl

github By github 👁 1 views ▲ 0 votes

Governed graph-native agent memory: knowledge extraction, fusion, hybrid RAG, scoped access tokens.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "gctrl-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your GCTRL harness MCP gateway, e.g. http://localhost:4000/api/agent/mcp (recommended mode)",
          "format": "string",
          "name": "GCTRL_GATEWAY_URL"
        },
        {
          "description": "Direct GCTRL API base URL (alternative to gateway mode), e.g. http://localhost:4000/api",
          "format": "string",
          "name": "GCTRL_API_URL"
        },
        {
          "description": "Scoped GCTRL Access Token (gctrl_…) created in Settings → Access Control",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GCTRL_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...