mofox-docs-mcp
mofox-docs-mcp
Neo-MoFox 官方文档 MCP 服务器:通过 Model Context Protocol 提供 MoFox-Bot-Docs 文档站的检索与阅读能力,供 Claude、Cursor、Neo-MoFox 等 MCP 客户端直接搜索与阅读官方文档。
数据源为文档站 JSON API(https://docs.mofox-sama.com/api/docs/*),与 MoFox 插件市场中的 mofox_docs 插件共用同一套 llms.json 索引,行为一致。
功能
工具 Tools
工具 | 说明 |
| 按关键词检索文档。查询按空白拆词,按「命中关键词数量」降序返回(如 |
| 列出文档。按 section 排序,部署指南( |
| 获取指定文档完整正文(纯文本)。 |
资源 Resources
资源 | 说明 |
| 全量索引( |
| 单篇文档完整内容(如 |
Related MCP server: mcp-docs
快速开始
方式一:npx 直接运行(推荐)
npx -y mofox-docs-mcp方式二:克隆 / 本地构建
npm install
npm run build
npm start接入 Neo-MoFox
编辑 config/mcp.toml:
[mcp.stdio_servers.mofox-docs]
command = "npx"
args = ["-y", "mofox-docs-mcp"]
instructions = "提供 Neo-MoFox 官方文档的搜索与阅读功能,当用户询问框架功能、配置、插件开发、API 用法时使用"重启 Neo-MoFox 即可生效。
其他 MCP 客户端
{
"mcpServers": {
"mofox-docs": {
"command": "npx",
"args": ["-y", "mofox-docs-mcp"]
}
}
}配置选项
参数 | 说明 | 默认值 |
| 文档站地址 |
|
| 请求超时 |
|
| 索引缓存时长( |
|
也支持同名环境变量:MOFOX_DOCS_BASE_URL、MOFOX_DOCS_TIMEOUT、MOFOX_DOCS_CACHE_TTL。
开发
npm run build # 编译到 dist/
npm start # 运行License
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