Labsco
MCP SERVER

Biel.ai MCP Server

by TechDocsStudio

One tool that puts a question to Biel.ai's project-trained AI about your code, SDKs and documentation, and keeps the thread going across follow-ups.

Framework & SDK Documentation LookupVerified
Summary
chat_uuid is what turns this from a lookup into a conversation.

Passing it back keeps a thread alive, so a follow-up question does not have to restate what the first one established. The domain parameter scopes the answer to the right documentation site, and metadata is where anything the answer should be conditioned on belongs. With a single tool, everything about the shape of the answer comes down to how the message is written — there are no filters or modes to reach for.

What it is

A single-tool client for Biel.ai: a query against a documentation-trained AI scoped to one project.

What you get
  • biel_ai queries Biel.ai's specialised AI about code, SDKs and documentation, taking the message plus the project's documentation domain, an optional api_key, a chat_uuid to continue an existing conversation, and metadata that travels with the query.
Requirements

A Biel.ai project — its slug and documentation domain decide which corpus a query runs against, and an api_key can travel with the call.

Setup effort

One command — npx mcp-remote https://mcp.biel.ai/sse?project_slug=YOUR_PROJECT_SLUG&domain=https://your-docs-domain.com