MCP Directory

akb

by dnotitia · Python · ★ 65

AKB — Agent Knowledgebase. Organizational memory for AI agents: vault-scoped docs / tables / files unified by URI graph, served over MCP.

#agent#claude#claude-code#fastapi#knowledge-base#knowledge-graph#mcp#model-context-protocol#multi-tenant#pgvector#postgres#rag#react#vector-search

Install

pip install git+https://github.com/dnotitia/akb.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "akb": {
      "command": "uvx",
      "args": [
        "git+https://github.com/dnotitia/akb.git"
      ]
    }
  }
}

From the README

> **Organizational memory for AI agents.** Git-backed knowledge base served > over the **Model Context Protocol (MCP)** — agents read and write directly > with hybrid semantic + keyword search, structured tables, files, and a URI > graph. Drop-in alternative to Confluence / Notion for Claude Code, Cursor, > Windsurf, and any MCP-aware agent. [](./LICENSE) [](https://www.npmjs.com/package/akb-mcp) [](https://modelcontextprotocol.io) Any agent client that speaks **MCP (Streamable HTTP or stdio)**: - **Claude Code** — CLI / VS Code / JetBrains - **Claude Desktop** — macOS / Windows - **Cursor*…
Read full README on GitHub →

Related databases servers