From agent-knowledge
Runs locally as a subprocess for agent knowledge management, using DATA_DIR for storage, CONFIG_PATH for settings, and PROJECT_ROOT for project context. Provides data resources for AI agents.
npx claudepluginhub chris-xperimntl/agent-knowledgeAdd to your .mcp.json:
{
"mcpServers": {
"agent-knowledge": {
"command": "agent-knowledge-mcp",
"env": {
"DATA_DIR": ".agent-knowledge/data",
"CONFIG_PATH": ".agent-knowledge/config.json",
"PROJECT_ROOT": "${PWD}"
}
}
}
}agent-knowledge-mcpDATA_DIR=.agent-knowledge/dataCONFIG_PATH=.agent-knowledge/config.jsonPROJECT_ROOT=${PWD}Share bugs, ideas, or general feedback.