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-mcp

Configuration

{
  "mcpServers": {
    "biel-mcp": {
      "command": "npx",
      "args": ["-y", "biel-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub