Biel.ai MCP Server
Connect AI tools like Cursor and VS Code to your product documentation using the Biel.ai platform.
Give AI tools like Cursor, VS Code, and Claude Desktop access to your company's product knowledge through the Biel.ai platform.
Biel.ai provides a hosted Retrieval-Augmented Generation (RAG) layer that makes your documentation searchable and useful to AI tools. This enables smarter completions, accurate technical answers, and context-aware suggestions—directly in your IDE or chat environment.
When AI tools can read your product documentation, they become significantly more helpful—generating more accurate code completions, answering technical questions with context, and guiding developers with real-time product knowledge.
Note: Requires a Biel.ai account and project setup. Start your free 15-day trial.
Getting started
1. Get your MCP configuration
{
"mcpServers": {
"biel-ai": {
"description": "Query your product's documentation, APIs, and knowledge base.",
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.biel.ai/sse?project_slug=YOUR_PROJECT_SLUG&domain=https://your-docs-domain.com"
]
}
}
}
Required: project_slug
and domain
Optional: api_key
(only needed for private projects)
2. Add to your AI tool
- Cursor: Settings → *Tools & Integrations → New MCP server.
- Claude Desktop: Edit
claude_desktop_config.json
- VS Code: Install MCP extension.
3. Start asking questions
Can you check in biel_ai what the auth headers are for the /users endpoint?
Self-hosting (Optional)
For advanced users who prefer to run their own MCP server instance:
Local development
# Clone and run locally
git clone https://github.com/techdocsStudio/biel-mcp
cd biel-mcp
pip install -r requirements.txt
python biel_mcp_server.py
Docker deployment
# Docker Compose (recommended)
docker-compose up -d --build
# Or Docker directly
docker build -t biel-mcp .
docker run -d -p 7832:7832 biel-mcp
Support
- Issues: GitHub Issues
- Contact: support@biel.ai
- Custom Demo: Book a demo
Related Servers
Blend MCP
An AI gateway for the Blend Protocol on Stellar, enabling DeFi actions like lending, borrowing, and pool creation through AI assistants or apps.
ContextKeeper
Provides perfect memory for AI-assisted development by capturing project context snapshots, enabling natural language search, evolution tracking, and code intelligence.
NestJS MCP Server Module
A NestJS module for building MCP servers to expose tools and resources for AI, with support for multiple transport types.
Unity3d Game Engine
MCP Server to control and interact with Unity3d Game Engine for game development
Debugger MCP Server
A development tool for real-time debugging, code quality monitoring, and AI insights for React/Next.js applications.
Document Schema Specifications
A collection of document schemas for standardizing project documentation across various software projects.
AutoProvisioner
A server for automated provisioning, supporting both local and remote communication protocols.
MCP Talk Demo Files
A collection of demo files for MCP servers and clients, illustrating various transport protocols and server capabilities using Python.
OTP MCP Server
Generates secure One-Time Passwords (OTP) using TOTP and HOTP algorithms.
Metasploit MCP Server
An MCP server for integrating with the Metasploit Framework, enabling payload generation and management.