Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From akb-wiki
Connects to the AKB service for knowledge base operations. Requires AKB_PAT and AKB_MCP_URL environment variables.
npx claudepluginhub dnotitia/akb --plugin akb-wikiCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"akb": {
"command": "npx",
"args": [
"akb-mcp",
"--insecure"
],
"env": {
"AKB_PAT": "${AKB_PAT}",
"AKB_MCP_URL": "${AKB_MCP_URL}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
AKB_PAT=${AKB_PAT}AKB_MCP_URL=${AKB_MCP_URL}Share bugs, ideas, or general feedback.