What is the io.github.dnotitia/akb MCP server?
Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP.
How to install io.github.dnotitia/akb
Copy-paste configuration for popular MCP clients.
AKB_MCP_URLrequiredYour 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_PATrequiredsecretAKB Personal Access Token (akb_...). Create one in your AKB instance, or sign up on the public demo with any email to get one.
{
"mcpServers": {
"akb": {
"command": "npx",
"args": [
"-y",
"akb-mcp"
],
"env": {
"AKB_MCP_URL": "<YOUR_AKB_MCP_URL>",
"AKB_PAT": "<YOUR_AKB_PAT>"
}
}
}
}{
"mcpServers": {
"akb": {
"command": "npx",
"args": [
"-y",
"akb-mcp"
],
"env": {
"AKB_MCP_URL": "<YOUR_AKB_MCP_URL>",
"AKB_PAT": "<YOUR_AKB_PAT>"
}
}
}
}{
"mcpServers": {
"akb": {
"command": "npx",
"args": [
"-y",
"akb-mcp"
],
"env": {
"AKB_MCP_URL": "<YOUR_AKB_MCP_URL>",
"AKB_PAT": "<YOUR_AKB_PAT>"
}
}
}
}{
"servers": {
"akb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"akb-mcp"
],
"env": {
"AKB_MCP_URL": "<YOUR_AKB_MCP_URL>",
"AKB_PAT": "<YOUR_AKB_PAT>"
}
}
}
}claude mcp add akb --env AKB_MCP_URL=<YOUR_AKB_MCP_URL> --env AKB_PAT=<YOUR_AKB_PAT> -- npx -y akb-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.