Back to Browse

Mcpserver Byjg Docs MCP Server

by Byjg
Developer ToolsModerate5.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcpdocs.byjg.com/mcp

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server for semantic search over documentation with solid security practices. Authentication is properly implemented with optional bearer token support, sensitive operations are appropriately guarded, and the codebase demonstrates good input validation and SQL injection prevention. The server's permissions (file read, network HTTP, environment variables) align well with its read-only documentation search purpose. Minor code quality observations exist but do not constitute security vulnerabilities. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity).

7 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

system_info

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.


sidebar_key: mcpserver-byjg-docs tags: [ai, python, docker]

ByJG Docs MCP Server

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

ClientSetupOne-click
Claude Code (CLI)instructions
Claude Desktopinstructions
Codex CLIinstructions
Gemini CLIinstructions
CursorinstructionsInstall in Cursor
VS CodeinstructionsInstall in VS Code
VS Code InsidersinstructionsInstall in VS Code Insiders
Visual StudioInstall in Visual Studio
JetBrains IDEsinstructions
GooseInstall in Goose
LM StudioAdd MCP Server byjg-docs to LM Studio

The one-click badges hand the endpoint straight to the client, which then asks you to confirm; everything else is the manual configuration on the client page. Connection problems: Troubleshooting.

Neither path installs from a registry. The server is published in the official MCP Registry as com.byjg/docs, for discovery and provenance: see The MCP Registry entry.

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.

Reviews

No reviews yet

Be the first to review this server!