Akb MCP Server

Any agent client that speaks MCP (Streamable HTTP or stdio): Claude Code - CLI / VS Code / JetBrains Claude Desktop - macOS / Windows Cursor, Windsurf, Cline, Continue - via the akb-mcp stdio proxy Custom agents - direct HTTP POST /mcp/ with a Bearer token

People who work with fastapi, knowledge base and multi tenant and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 160 · #40 OF 208 MAINTAINED DOCUMENTATION · VERIFIED 2026-09-18

NOASSERTION · Python servers · how we verify → /methodology

01 · Install Akb

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add dnotitia-akb -- npx -y akb-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dnotitia-akb": {
      "command": "npx",
      "args": [
        "-y",
        "akb-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package akb-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.dnotitia is GitHub-verified and matches the repo owner

03 · What Akb can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

akb-mcp-v2.3.1 · 2026-09-02

2.3.1 - negotiate the legacy protocol version instead of hard-rejecting · The legacy initialize path no longer returns -32602 "Unsupported protocol · version" when the client names a revision other than 2025-06-18. Per…

backend-v0.14.2 · 2026-08-12

Adds a non-mutating exact PAT authority verification endpoint for managed clients. The response is secret-free and verifies canonical Vault scope plus effective writer actions.

akb-mcp-v2.1.0 · 2026-08-05

Resilience release for the akb-mcp stdio proxy. A long VPN/backend outage used to drop the AKB server from a client's tool namespace for the rest of the session (mcp__akb__ gone until restart). · Fix - decouple…

04 · Who maintains Akb

akb is maintained by dnotitia. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
documentation - ranked #40 of 208 actively-maintained documentation servers as of 2026-09-18.
release cadence
8 releases in the last 90 days (latest 2026-09-02)
registry
io.github.dnotitia/akb (active, first published 2026-06-06)
packages
npm:akb-mcp

06 · Akb FAQ

What is Akb?

Any agent client that speaks MCP (Streamable HTTP or stdio): Claude Code - CLI / VS Code / JetBrains Claude Desktop - macOS / Windows Cursor, Windsurf, Cline, Continue - via the akb-mcp stdio proxy Custom agents - direct HTTP POST /mcp/ with a Bearer token

Is Akb still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Akb?

Run `npx -y akb-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Akb run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Akb

More documentation MCP servers · Google Docs · Twitterapi Docs MCP · Twitterapi Io MCP · Pmll Memory MCP · Fonto Docs

More Python MCP servers · Dns Aid · Macwhisper MCP Server · Dock AI · Docling MCP · Docmancer · see all