Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"kg": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/server/start.sh"
],
"env": {
"KG_LOG_LEVEL": "INFO",
"KG_USER_PATH": "${HOME}/.claude/knowledge/user.json",
"KG_MAX_TOKENS": "5000",
"KG_PROJECT_PATH": ".knowledge/graph.json",
"KG_SAVE_INTERVAL": "30",
"KG_ORPHAN_GRACE_DAYS": "7"
}
}
}
}Replace placeholder values for: KG_MAX_TOKENS
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
bashKG_LOG_LEVEL=INFOKG_USER_PATH=${HOME}/.claude/knowledge/user.jsonKG_MAX_TOKENS=5000KG_PROJECT_PATH=.knowledge/graph.jsonKG_SAVE_INTERVAL=30KG_ORPHAN_GRACE_DAYS=7