mofox-docs-mcp
mofox-docs-mcp
Offizieller Dokumentations-MCP-Server von Neo-MoFox: Stellt über das Model Context Protocol Such- und Lesefunktionen für die Dokumentationsseite MoFox-Bot-Docs bereit, sodass MCP-Clients wie Claude, Cursor und Neo-MoFox direkt in der offiziellen Dokumentation suchen und lesen können.
Datenquelle ist die JSON-API der Dokumentationsseite (https://docs.mofox-sama.com/api/docs/*), die denselben llms.json-Index wie das Plugin mofox_docs im MoFox-Pluginmarkt verwendet und sich identisch verhält.
Funktionen
Tools
Tool | Beschreibung |
| Durchsucht Dokumente nach Schlüsselwörtern. Die Abfrage wird an Leerzeichen in Wörter zerlegt und absteigend nach der Anzahl der getroffenen Schlüsselwörter zurückgegeben (z. B. führt |
| Listet Dokumente auf. Sortiert nach |
| Ruft den vollständigen Text des angegebenen Dokuments ab (reiner Text). |
Ressourcen
Ressource | Beschreibung |
| Vollständiger Index ( |
| Vollständiger Inhalt eines einzelnen Dokuments (z. B. |
Related MCP server: mcp-docs
Schnellstart
Methode 1: Direkt mit npx ausführen (empfohlen)
npx -y mofox-docs-mcpMethode 2: Klonen / lokal erstellen
npm install
npm run build
npm startneo-MoFox einbinden
Bearbeiten Sie config/mcp.toml:
[mcp.stdio_servers.mofox-docs]
command = "npx"
args = ["-y", "mofox-docs-mcp"]
instructions = "提供 Neo-MoFox 官方文档的搜索与阅读功能,当用户询问框架功能、配置、插件开发、API 用法时使用"Starten Sie Neo-MoFox neu, damit die Änderungen wirksam werden.
Andere MCP-Clients
{
"mcpServers": {
"mofox-docs": {
"command": "npx",
"args": ["-y", "mofox-docs-mcp"]
}
}
}Konfigurationsoptionen
Parameter | Beschreibung | Standardwert |
| URL der Dokumentationsseite |
|
| Anfrage-Timeout |
|
| Index-Cache-Dauer ( |
|
Ebenso werden gleichnamige Umgebungsvariablen unterstützt: MOFOX_DOCS_BASE_URL, MOFOX_DOCS_TIMEOUT, MOFOX_DOCS_CACHE_TTL.
Entwicklung
npm run build # 编译到 dist/
npm start # 运行Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides AI assistants with real-time access to the AGNO framework documentation by enabling them to browse, search, and fetch documentation pages. This server allows users to query information about AGNO's Agents, Teams, and Workflows directly through MCP-compatible clients.16
- AlicenseNot gradedqualityDmaintenanceGeneric MCP server that exposes Markdown documentation to LLMs, enabling them to search and answer questions about any software documentation.MIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to access and read mdbook documentation, including structure, content, and search.123MIT
- AlicenseNot gradedqualityAmaintenanceA generic, configurable MCP server that makes any MkDocs documentation site searchable and explorable from MCP clients.MIT
Related MCP Connectors
MCP server for accessing curated awesome list documentation
MCP server for skill documentation, generated by doc2mcp.
MCP server for network documentation, generated by doc2mcp.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/minecraft1024a/mofox-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server