Biel.ai
@techdocsStudio
About Biel.ai
Chat with any product's documentation from Claude, Cursor, Copilot, or any MCP client. Biel.ai turns technical docs into a queryable MCP server with accurate, sourced answers.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"biel-ai": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.biel.ai/v2/<YOUR_PROJECT_SLUG>/mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Biel.ai?
Biel.ai is an MCP server that lets developers chat with product technical documentation directly from AI coding tools like Claude Desktop, Claude Code, Cursor, GitHub Copilot, Windsurf, and Cline. It answers natural-language questions with accurate responses, code snippets, and source links drawn from indexed documentation.
How to use Biel.ai?
Add the Biel.ai MCP server to your MCP client config as a streamable HTTP endpoint at https://mcp.biel.ai/v2/YOUR_PROJECT_SLUG/mcp, substituting your project slug. For private documentation, append ?api_key=YOUR_KEY. Clients without native remote MCP support can use the npx mcp-remote wrapper.
Key features of Biel.ai
- Natural language questions with code snippets and source links
- Parses OpenAPI specs, config examples, and error messages as structured data
- Hosted service — no local installation required
- Connects via streamable HTTP
- Also provides embeddable chat, Slack/Discord/Teams bots, and a REST API
- Self-hosted MCP server available on GitHub
Use cases of Biel.ai
- Ask “how do I authenticate?” and get steps pulled directly from your product’s docs
- Troubleshoot errors like “why am I getting a 401” with contextual answers
- Integrate docs into any AI coding tool without copy-pasting documentation
FAQ from Biel.ai
How is Biel.ai different from a generic AI chat?
Biel.ai is built specifically for technical documentation — it parses OpenAPI specs, code blocks, configuration examples, and error messages as structured information, not flat text.
What runtime or installation is required?
None. Biel.ai is a hosted service that uses streamable HTTP transport. A self-hosted MCP server is also available from the Biel.ai GitHub repository.
How does authentication work?
For public projects, replace YOUR_PROJECT_SLUG in the URL. For private projects, append ?api_key=YOUR_KEY to the endpoint URL.
Can I use Biel.ai without a native remote MCP client?
Yes. Clients without remote MCP support can run npx mcp-remote with the same endpoint URL in their config.
Where does the documentation data live?
Data is indexed and served from Biel.ai’s hosted platform. Private projects require an API key for access.
More AI & Agents MCP servers
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Comments