From craftsman
Runs locally as a Node.js MCP server for knowledge RAG (Retrieval-Augmented Generation). Provides tools for retrieving and augmenting responses with custom knowledge bases.
npx claudepluginhub buldee/ai-craftsman-superpowers --plugin craftsmanAdd to your .mcp.json:
{
"mcpServers": {
"knowledge-rag": {
"command": "node",
"args": [
"packs/ai-ml/mcp/knowledge-rag/start.mjs"
]
}
}
}node