Skip to main content
Glama

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

search_docs(query, limit?, offset?)

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 "Windows 部署 安装" am ehesten zu guides/deployment/deployment_guide). Unterstützt Pagination.

list_docs(limit?, offset?)

Listet Dokumente auf. Sortiert nach section; der Bereitstellungsleitfaden (guides/deployment) steht zuerst. Jeder Eintrag enthält title / description / preview / section.

get_doc(doc_id)

Ruft den vollständigen Text des angegebenen Dokuments ab (reiner Text). doc_id hat die Form guides/deployment/deployment_guide.

Ressourcen

Ressource

Beschreibung

mofox://docs

Vollständiger Index (llms.json, mit Titel / Kurzbeschreibung / Textvorschau jedes Dokuments).

mofox://docs/{id}

Vollständiger Inhalt eines einzelnen Dokuments (z. B. mofox://docs/guides/configuration/bot_config_guide).

Related MCP server: mcp-docs

Schnellstart

Methode 1: Direkt mit npx ausführen (empfohlen)

npx -y mofox-docs-mcp

Methode 2: Klonen / lokal erstellen

npm install
npm run build
npm start

neo-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

--base-url <url>

URL der Dokumentationsseite

https://docs.mofox-sama.com

--timeout <秒>

Anfrage-Timeout

30

--cache-ttl <秒>

Index-Cache-Dauer (llms.json)

300

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

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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