Skip to main content
Knowledge & MemoryTypeScript

TechDocsStudio/biel-mcp

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-memorycloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/TechDocsStudio/biel-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
TechDocsStudio