Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RAGBrain MCPsearch for information about the project architecture"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Deprecated
This project has moved to stache-ai - it is no longer maintained here.
RAGBrain MCP
MCP server that connects Claude Desktop to your RAGBrain knowledge base.
Install
Configure Claude Desktop
Add to your config file:
OS | Path |
macOS |
|
Windows |
|
Linux |
|
Restart Claude Desktop. Done.
Tools
Tool | Description |
| List namespaces with doc counts |
| Semantic search |
| List docs in a namespace |
| Get full document by ID |
| Find docs by topic via summary search |
Example prompts
"What namespaces do I have?"
"Search for machine learning"
"Show docs in work/projects"
"Get document abc-123"
Config
Environment variables:
Variable | Default | Description |
|
| RAGBrain API URL |
|
| Request timeout (seconds) |
|
| DEBUG, INFO, WARNING, ERROR |
|
| Max search results |
|
| Max doc length (chars) |
Development
Troubleshooting
Can't connect? Check RAGBrain is running: curl http://localhost:8000/health
Tools not showing? Verify config path, test with ragbrain-mcp, restart Claude Desktop.
Timeouts? Set RAGBRAIN_TIMEOUT higher.
License
MIT