← Back to Plugins
MCP Server MCP

io.github.dnotitia/akb

github By github 👁 1 views ▲ 0 votes

Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "akb-mcp",
      "version": "2.0.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your AKB backend MCP endpoint, e.g. https://akb.example.com/mcp/ — or try the public demo at https://akb-demo.agent.seahorse.dnotitia.ai/mcp/",
          "isRequired": true,
          "format": "string",
          "name": "AKB_MCP_URL"
        },
        {
          "description": "AKB Personal Access Token (akb_...). Create one in your AKB instance, or sign up on the public demo with any email to get one.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AKB_PAT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...