← Back to Plugins
MCP Server MCP

aictrl

github By github 👁 1 views ▲ 0 votes

Governance layer for AI coding agents: knowledge-graph grounding, session audit, policy controls.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://aictrl.dev/mcp",
      "headers": [
        {
          "description": "aictrl API key (get one at https://aictrl.dev)",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...