About ServeMD
About ServeMD
ServeMD is a lightweight, zero-configuration documentation server that renders Markdown files as beautiful, fast HTML. It ships with built-in AI integrations: llms.txt, llms-full.txt, and MCP (Model Context Protocol) support for interactive search by AI assistants.
This Deployment
| Version | servemd v1.2.2 |
| Base URL | http://static.109.5.225.46.clients.your-server.de |
| MCP endpoint | http://static.109.5.225.46.clients.your-server.de/mcp |
| MCP status | enabled |
Connect Your AI Client
Add this documentation site to your AI assistant as an MCP server. Once connected, your AI can search and retrieve pages on demand — using ~2 KB of context instead of loading everything at once.
All methods require your ServeMD instance to be reachable over the public internet. For local development, use a tunnel such as ngrok.
Claude (claude.ai)
Claude supports remote MCP servers natively via Connectors (Free, Pro, Max, Team & Enterprise — beta).
- Open claude.ai → Customize → Connectors → click +.
- Fill in the form — Name:
ServeMD Docsand Remote MCP server URL:
http://static.109.5.225.46.clients.your-server.de/mcp
- Click Add. No restart needed.
Team & Enterprise: an Owner must add the connector first via Organization settings → Connectors; members then connect individually.
ChatGPT
ChatGPT supports remote MCP servers via Developer Mode (Plus, Team, Enterprise & Edu only).
- Open chatgpt.com → Settings → Connectors → Advanced → toggle Developer Mode on.
- Click Create, enter a name and the following server URL (note the trailing slash):
http://static.109.5.225.46.clients.your-server.de/mcp/
- Check I trust this provider and click Create.
- In each new chat: click + → More → Developer Mode → enable your connector.
Developer Mode must be re-enabled per chat session. ChatGPT connects from OpenAI's cloud, not your local machine.
Mistral Le Chat
Le Chat supports custom MCP connectors (requires Admin role).
- Open chat.mistral.ai → toggle side panel → Intelligence → Connectors.
- Click + Add Connector → select the Custom MCP Connector tab.
- Fill in Connector name (no spaces), Connection server URL:
http://static.109.5.225.46.clients.your-server.de/mcp
- Choose authentication method (none required for public servers) and click Connect.
- Enable in conversations via the Tools icon (four squares) below the chat input.
Cursor
Click the button below. Cursor will ask you to confirm the installation.
Uses mcp-remote as a bridge because Cursor's native HTTP MCP transport is currently broken (v3.0.9+, known regression).
VS Code
Click the button below. VS Code will open a confirmation dialog.