akb
Rank #875io.github.dnotitia/akb
Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP.
akb is a Model Context Protocol (MCP) server published by dnotitia. It ranks #875 of 132,046 servers tracked on MCP Toplist, and its repository has 160 GitHub stars. akb is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on May 15, 2026 and most recently updated on Jun 6, 2026.
Ranks ahead of 131,171 of 132,046 servers on MCP Toplist.
Use akb
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add akb -e "AKB_MCP_URL=<your AKB_MCP_URL>" -e "AKB_PAT=<your AKB_PAT>" -- npx -y akb-mcpReplace each placeholder with your own value before saving.
[mcp_servers.akb]
command = "npx"
args = ["-y", "akb-mcp"]
[mcp_servers.akb.env]
AKB_MCP_URL = "<your AKB_MCP_URL>"
AKB_PAT = "<your AKB_PAT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"akb": {
"command": "npx",
"args": [
"-y",
"akb-mcp"
],
"env": {
"AKB_MCP_URL": "<your AKB_MCP_URL>",
"AKB_PAT": "<your AKB_PAT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"akb": {
"command": "npx",
"args": [
"-y",
"akb-mcp"
],
"env": {
"AKB_MCP_URL": "<your AKB_MCP_URL>",
"AKB_PAT": "<your AKB_PAT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"akb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"akb-mcp"
],
"env": {
"AKB_MCP_URL": "<your AKB_MCP_URL>",
"AKB_PAT": "<your AKB_PAT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"akb": {
"command": "npx",
"args": [
"-y",
"akb-mcp"
],
"env": {
"AKB_MCP_URL": "<your AKB_MCP_URL>",
"AKB_PAT": "<your AKB_PAT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"akb": {
"command": "npx",
"args": [
"-y",
"akb-mcp"
],
"env": {
"AKB_MCP_URL": "<your AKB_MCP_URL>",
"AKB_PAT": "<your AKB_PAT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.dnotitia%2Fakb)<a href="https://mcptoplist.com/server/io.github.dnotitia%2Fakb"><img src="https://mcptoplist.com/badge/io.github.dnotitia%2Fakb.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
dnotitia
Available versions (1)
| Version | Published |
|---|---|
| 2.0.4 | Jun 6, 2026 |
Frequently asked questions
- Who maintains akb?
- akb is maintained by dnotitia, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is akb listed on the Official MCP Registry?
- Yes — akb is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does akb have?
- MCP Toplist tracks 1 version of akb, most recently published on Jun 6, 2026.
- Where can I find the source code for akb?
- The source code for akb is hosted at github.com/dnotitia/akb.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.