Skip to content

armckinney/gyrus

v1.0.0Apache-2.0

Gyrus: Unified Context Control Plane & Memory Engine for AI Agents

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

gyrusstdio
{
  "type": "stdio",
  "command": "gyrus",
  "args": [
    "mcp",
    "serve"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "gyrus",
  "version": "1.0.0",
  "description": "Gyrus: Unified Context Control Plane & Memory Engine for AI Agents",
  "author": {
    "name": "Andrew McKinney"
  },
  "repository": "https://github.com/armckinney/gyrus",
  "license": "Apache-2.0",
  "keywords": [
    "gyrus",
    "context-engine",
    "okf",
    "mcp",
    "agent-skills",
    "memory",
    "documentation-framework"
  ]
}