mcpbeat Sign in

Akb MCP Server

local only

Akb runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 18 Sep 2026.

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

Installs per day peak 24 · avg 8 · -7% w/w
a month agotoday
61
Installs / week
npm · akb-mcp
160
Stars
5 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/akb-mcp.mjs:1
этот файл ставится пользователю, но в репозитории его нет
        sql = base_select + prefix_clause + depth_clause + " ORDER BY updated_at DESC"
        async with self.pool.acquire() as conn:
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Dumps the whole environment deploy/all-in-one/configure.py:134
            initialize_state(Path("/var/lib/akb/state.env"), dict(os.environ))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add akb -- npx -y akb-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "akb": {
      "args": [
        "-y",
        "akb-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.akb]
command = "npx"
args = ["-y", "akb-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "akb": {
      "args": [
        "-y",
        "akb-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "akb": {
      "args": [
        "-y",
        "akb-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AKB_MCP_URL (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/), AKB_PAT (AKB Personal Access Token (akb_...). Create one in your AKB instance, or sign up on the public demo with any email to get one.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Akb

same job, measured the same way
Loreweave
by lets-order-some-fries

Durable agent memory over a markdown vault: bitemporal facts, timelines, hybrid graph search.

477 installs/wk local only
Cozo Memory
by tobs-code

Local-first memory system for AI agents with hybrid search and graph reasoning

64 installs/wk local only
CLI
by aligndottech

Cross-tool decision memory for AI coding agents: search your decision graph, check changes over MCP.

647 installs/wk local only
Inkwell
by veronchenko

Persistent memory for AI agents: Markdown entries, hybrid search, typed graph links

local only
Reverie
by knowall

Graph memory that dreams: Neo4j knowledge-graph memory for AI agents with hybrid search

local only
Memstack
by isiomac

MCP server for persistent, searchable memory for AI agents.

39 installs/wk local only
Engram
by rwnalds

Git-backed markdown memory for AI agents; search hides superseded and archived notes.

local only
RemembrallMCP
by cdnsteve

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

20 installs/wk local only

Akb — questions

Answers built from our own checks of this server.

Why is there no uptime for Akb?
Akb runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package akb-mcp was installed 61 times last week.
How do I connect Akb?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls akb-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Akb?
The npm package akb-mcp was installed 61 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Akb open source?
We cannot say either way: written in Python, 160 stars on GitHub and 5 open issues, but we could not determine the licence, and without one the code is not open source by default.