tencent-docs-mcp
MCP Hub
하나의 도메인에서 여러 MCP 서비스를 바로 연결할 수 있습니다. 로컬 설치 없이 구성을 복사하기만 하면 AI Agent가 Tencent Docs와 WordsEssence 도구를 호출할 수 있습니다.
🌐 서비스 홈페이지 · WordsEssence 공식 사이트 · MCP 프로토콜
연결된 서비스
서비스 | 주소 | 기능 | 인증 |
| Tencent Docs 목록, 레코드 읽기/쓰기, 첨부 파일 읽기 및 Bug 테이블 생성 | Header 자격 증명 | |
| 서적 발췌 조회, 추가, 업데이트 및 소프트 삭제 | 현재 바로 연결 가능 |
Related MCP server: reasonix-feishu-mcp
원격 연결
Streamable HTTP를 지원하는 MCP 클라이언트에서 추가:
{
"mcpServers": {
"tencent-docs": {
"type": "http",
"url": "https://mcp.levwu.me/tencent-docs/",
"headers": {
"x-tencent-client-id": "<your-id>",
"x-tencent-access-token": "<your-token>",
"x-tencent-open-id": "<your-open-id>"
}
},
"wordsessence": {
"type": "http",
"url": "https://mcp.levwu.me/wordsessence/"
}
}
}Tencent Docs 자격 증명은 Tencent Docs 오픈 플랫폼에서 얻을 수 있습니다. WordsEssence에는 쓰기 도구가 포함되어 있으므로 클라이언트에서 추가, 업데이트 및 삭제 작업에 대해 수동 확인을 활성화하는 것이 좋습니다.
로컬 개발
환경 요구 사항: Node.js 24, pnpm.
pnpm install각 부분은 별도로 시작해야 합니다:
명령 | 시작 내용 |
| eve Agent 인터페이스 |
| WordsEssence MCP, 기본적으로 |
| Astro 문서 사이트, 기본적으로 |
| 모든 MCP 서비스 빌드 |
| 정적 문서 사이트 빌드 |
| TypeScript 타입 검사 |
로컬 환경 변수는 .env.local에 작성되며, 이 파일은 Git에서 무시됩니다:
DEEPSEEK_API_KEY=... # 仅 eve Agent 需要
WORDSESSENCE_MCP_URL=http://127.0.0.1:3002/
WD_API_BASE_URL=http://127.0.0.1:6002/service로컬에서 eve와 WordsEssence를 동시에 사용하려면 먼저 pnpm dev:wordsessence를 실행한 다음, 다른 터미널을 열어 pnpm dev를 실행하세요.
프로젝트 구조
agent/ # eve Agent 入口、工具和 MCP 连接
├── connections/
├── lib/tencent-docs/ # 与 Tencent Docs MCP 共享的 API 客户端
├── skills/
└── tools/
mcp-servers/
├── tencent-docs/ # Tencent Docs MCP(HTTP + stdio)
└── wordsessence/ # WordsEssence MCP(HTTP + stdio)
web/ # Astro 中英文静态站点
deploy/ # nginx 与 supervisord 配置
Dockerfile # MCP 服务与静态站点的单容器构建배포
루트 디렉터리의 Dockerfile이 다음 작업을 수행합니다:
잠긴 의존성을 설치하고 두 MCP 서비스와 정적 사이트를 빌드합니다.
Supervisor가 Tencent Docs MCP, WordsEssence MCP 및 nginx를 실행합니다.
nginx를 통해
/tencent-docs/,/wordsessence/및 정적 페이지를 80 포트에 통합 노출합니다.
따라서 Coolify 등 Dockerfile을 지원하는 컨테이너 플랫폼에 직접 배포할 수 있습니다.
MCP 패키지 릴리스
프로젝트는 changesets를 사용하여 패키지 버전을 관리합니다:
pnpm changeset
pnpm changeset:version
pnpm releaseLicense
MIT
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityBmaintenanceMCP server for Feishu/Lark API integration, enabling AI agents to send messages, manage groups, create and edit documents and spreadsheets, and search knowledge bases.MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to interact with Google Docs, Sheets, and Drive using the user's own Google account.
- AlicenseNot gradedqualityDmaintenanceMCP server for Google Docs and Sheets that enables AI assistants to read, create, edit, style, export, and collaborate on documents using local OAuth authentication.39MIT
Related MCP Connectors
MCP-native collaborative markdown editor with real-time AI document editing
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
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/IceyWu/mcp-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server