Back to Browse

Akb MCP Server

Developer ToolsModerate7.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.8
Moderate7.8Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 5 known CVEs in dependencies ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

8 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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/Optional

Environment variable: AKB_MCP_URL

AKB Personal Access Token (akb_...). Create one in your AKB instance, or sign up on the public demo with any email to get one.Required

Environment variable: AKB_PAT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-dnotitia-akb": {
      "env": {
        "AKB_PAT": "your-akb-pat-here",
        "AKB_MCP_URL": "your-akb-mcp-url-here"
      },
      "args": [
        "-y",
        "akb-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!