Biel.ai
@techdocsStudio
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"biel-ai": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.biel.ai/v2/<YOUR_PROJECT_SLUG>/mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
AI 与智能体 分类下的更多 MCP 服务器
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
评论