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 インデックスを共有しており、動作も同じです。
機能
ツール
ツール | 説明 |
| キーワードでドキュメントを検索します。クエリは空白で単語に分割され、ヒットしたキーワード数の多い順で返します(例: |
| ドキュメントの一覧を返します。section 順に並び、デプロイガイド( |
| 指定したドキュメントの完全な本文(プレーンテキスト)を取得します。 |
リソース
リソース | 説明 |
| 全量インデックス( |
| 単一ドキュメントの完全な内容(例: |
Related MCP server: mcp-docs
クイックスタート
方法1:npx で直接実行(推奨)
npx -y mofox-docs-mcp方法2:クローン / ローカルビルド
npm install
npm run build
npm startNeo-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"]
}
}
}設定オプション
パラメータ | 説明 | デフォルト値 |
| ドキュメントサイトの URL |
|
| リクエストのタイムアウト |
|
| インデックスキャッシュの時間( |
|
同じ名前の環境変数にも対応しています: 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