Skip to main content
Glama

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 인덱스를 사용하므로 동작이 동일합니다.

기능

도구

도구

설명

search_docs(query, limit?, offset?)

키워드로 문서를 검색합니다. 쿼리를 공백으로 단어를 분리하고, '일치하는 키워드 수'를 기준으로 내림차순으로 반환합니다 (예: "Windows 部署 安装"이면 guides/deployment/deployment_guide가 우선 매칭됩니다). 페이지네이션을 지원합니다.

list_docs(limit?, offset?)

문서를 나열합니다. section 기준으로 정렬하며, 배포 가이드(guides/deployment)가 가장 먼저 옵니다. 각 항목에는 title / description / preview / section이 포함됩니다.

get_doc(doc_id)

지정한 문서의 전체 본문(텍스트)을 가져옵니다. doc_id 형식은 guides/deployment/deployment_guide와 같습니다.

리소스

리소스

설명

mofox://docs

전체 인덱스(llms.json)로, 각 문서의 제목 / 소개 / 본문 미리보기를 포함합니다.

mofox://docs/{id}

단일 문서의 전체 내용 (예: mofox://docs/guides/configuration/bot_config_guide).

Related MCP server: mcp-docs

빠른 시작

방법 1: npx로 직접 실행 (권장)

npx -y mofox-docs-mcp

방법 2: 클론 / 로컬 빌드

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"]
    }
  }
}

설정 옵션

매개변수

설명

기본값

--base-url <url>

문서 사이트 주소

https://docs.mofox-sama.com

--timeout <초>

요청 타임아웃

30

--cache-ttl <초>

인덱스 캐시 유지 시간 (llms.json)

300

같은 이름의 환경 변수도 지원합니다: MOFOX_DOCS_BASE_URL, MOFOX_DOCS_TIMEOUT, MOFOX_DOCS_CACHE_TTL.

개발

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