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.
Quick Start
Clone the repository:
git clone https://github.com/TechDocsStudio/biel-mcpClaude Desktop configuration example:
{
"mcpServers": {
"biel-mcp": {
"command": "npx",
"args": [
"-y",
"TechDocsStudio/biel-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.