MCPNav
B

Biel.ai

MCP server · by biel

Knowledge & Memory
Streamable HTTPSSE
v2.0.0

Query your product docs from AI tools. Source-cited answers from your indexed documentation.

Install

Run one of the commands below, then add the client config underneath.

Streamable HTTP
https://mcp.biel.ai/v2/{project_slug}/mcp
SSE
https://mcp.biel.ai/sse?project_slug={project_slug}&domain={domain}

Client configuration

Paste into Claude Desktop, Cursor (mcp.json), VS Code or any MCP client, then restart the client.

mcpServers
{
  "mcpServers": {
    "biel-ai": {
      "url": "https://mcp.biel.ai/v2/{project_slug}/mcp"
    }
  }
}

About this server

Biel.ai is listed in the Knowledge & Memory category of the MCPNav directory. It is distributed as Streamable HTTP, SSE and can be loaded by any client that speaks the Model Context Protocol.

Typical uses include giving your assistant scoped access to the corresponding service so it can answer questions and take actions with real data instead of guessing. Always review what a server can access before you enable it — see our MCP security guide.

Frequently asked questions

What is the Biel.ai MCP server?

Biel.ai is an MCP server by biel. Query your product docs from AI tools. Source-cited answers from your indexed documentation.

How do I install Biel.ai?

Install it with: https://mcp.biel.ai/v2/{project_slug}/mcp. Then add the JSON config to your client's MCP settings and restart the client.

Is Biel.ai free to use?

The MCP server itself is free to install. The source is public on https://github.com/TechDocsStudio/biel-mcp. Any third-party API it calls (such as a search or maps API) may require its own key and billing.

Which clients support Biel.ai?

Any MCP-compatible client can use it, including Claude Desktop, Cursor, VS Code, Windsurf and custom agents.