ahel is live on Product Hunt today. Upvote

ByJG Docs MCP Server

MCP serverSearch

Search the ByJG open source documentation: PHP, DevOps, Helm, JavaScript and AI projects.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use ByJG Docs MCP Server

From the project's README

As published by byjg/mcpserver-byjg-docs in README.md.

An MCP server that gives AI assistants semantic search over the documentation of every ByJG open source project -- the same content published at opensource.byjg.com.

Connect your assistant and it can answer questions about the ByJG libraries (MicroOrm, RestServer, Gluo, EasyHAProxy, ...) and cite the documentation page each answer came from.

Endpoint

URLhttps://mcpdocs.byjg.com/mcp
TransportStreamable HTTP
AuthenticationNone -- the documentation is public, so no token is needed

The URL must end in /mcp.

Most clients accept this shape; the exact file and keys vary per client:

{
  "mcpServers": {
    "byjg-docs": {
      "url": "https://mcpdocs.byjg.com/mcp"
    }
  }
}

Running your own copy? It can require a bearer token instead -- see Authentication.

Add it to your client

Client
Claude Code (CLI)instructions
Claude Desktopinstructions
Codex CLIinstructions
Gemini CLIinstructions
Cursorinstructions
VS Codeinstructions
JetBrains IDEsinstructions

Connection problems: Troubleshooting.

Tools

ToolPurpose
search_docs(query, limit, category, project)Ranked passages, each with its public URL
get_document(source_path)Full markdown of one page
list_projects()Inventory of what is indexed

query accepts natural language ("how do I map a table to a class") or an exact symbol name (TableAttribute) -- both work. See the tools in detail.

Privacy

The server records each tool call -- the query, its filters and how well the documentation matched -- to find what the docs do not cover yet. The log stays on the server and is not shared. Do not put secrets in a query.

Development

To run the server yourself, self-host it, or change the code, see Development.

Advanced
Delivery
docs MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-byjg-docs
Source
github.com/byjg/mcpserver-byjg-docs
Hosted endpoint
https://mcpdocs.byjg.com/mcp
ByJG Docs MCP Server by byjg: MCP server · ahel