Stats
Actions
Tags
From craftsman
Runs a local Node.js process for knowledge retrieval augmented generation (RAG). Purpose and connected services are not specified in the configuration.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"knowledge-rag": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/packs/ai-ml/mcp/knowledge-rag/start.mjs"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub buldee/ai-craftsman-superpowers --plugin craftsman