Back to MCP Servers
Biel
Let AI tools like Cursor, VS Code, or Claude Desktop answer questions using your product docs. Biel.ai provides the RAG system and MCP server.
knowledge-memoryairag
Installation
npx -y biel-mcpConfiguration
{
"mcpServers": {
"biel-mcp": {
"command": "npx",
"args": ["-y", "biel-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes