Skip to main content
Glama

mofox-docs-mcp

Neo-MoFox official documentation MCP server: provides search and read capabilities for the MoFox-Bot-Docs documentation site via Model Context Protocol, so MCP clients such as Claude, Cursor, and Neo-MoFox can directly search and read the official documentation.

The data source is the documentation site's JSON API (https://docs.mofox-sama.com/api/docs/*), which shares the same llms.json index as the mofox_docs plugin in the MoFox plugin marketplace, so the behavior is consistent.

Features

Tools

Tool

Description

search_docs(query, limit?, offset?)

Searches documents by keyword. The query is split by whitespace, and results are returned in descending order of the number of matched keywords (for example, "Windows 部署 安装" will prioritize guides/deployment/deployment_guide). Pagination is supported.

list_docs(limit?, offset?)

Lists documents. Sorted by section, with deployment guides (guides/deployment) placed first. Each document includes title / description / preview / section.

get_doc(doc_id)

Gets the full body of the specified document (plain text). doc_id has the form guides/deployment/deployment_guide.

Resources

Parameter

Description

mofox://docs

Full index (llms.json, including each document's title / description / preview)

mofox://docs/{id}

Full text of a single document (e.g. mofox://docs/guides/configuration/bot_config_guide)

Related MCP server: mcp-docs

Quick Start

npx -y mofox-docs-mcp

Method 2: Clone / build locally

npm install
npm run build
npm start

Connecting to Neo-MoFox

Edit config/mcp.toml:

[mcp.stdio_servers.mofox-docs]
command = "npx"
args = ["-y", "mofox-docs-mcp"]
instructions = "提供 Neo-MoFox 官方文档的搜索与阅读功能,当用户询问框架功能、配置、插件开发、API 用法时使用"

Restart Neo-MoFox for the changes to take effect.

Other MCP Clients

{
  "mcpServers": {
    "mofox-docs": {
      "command": "npx",
      "args": ["-y", "mofox-docs-mcp"]
    }
  }
}

Configuration Options

Parameter

Description

Default

--base-url <url>

Documentation site URL

https://docs.mofox-sama.com

--timeout <秒>

Request timeout

30

--cache-ttl <秒>

Cache duration for the index (llms.json)

300

The same environment variables are also supported: MOFOX_DOCS_BASE_URL, MOFOX_DOCS_TIMEOUT, MOFOX_DOCS_CACHE_TTL.

Development

npm run build   # 编译到 dist/
npm start       # 运行

License

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