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"]
}
}
}설정 옵션
매개변수 | 설명 | 기본값 |
| 문서 사이트 주소 |
|
| 요청 타임아웃 |
|
| 인덱스 캐시 유지 시간 ( |
|
같은 이름의 환경 변수도 지원합니다: 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