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 connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 155 · #29 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

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

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…

backend-v0.9.4 · 2026-06-24

scope a search to multiple vaults (#245) · GET /search and GET /grep now accept a repeatable vault query param (?vault=a&vault=b) - scope a search to a chosen subset of vaults, intersected with the caller's accessible…

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 #29 of 183 actively-maintained documentation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-12)
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-08-25, its last commit was 2026-08-24 and it shipped 10+ 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