tencent-docs-mcp
MCP Hub
Un dominio, múltiples servicios MCP conectables directamente. Sin instalación local, copia la configuración y deja que tu agente de IA llame a las herramientas de Tencent Docs y WordsEssence.
🌐 Página del servicio · Sitio oficial de WordsEssence · Protocolo MCP
Servicios integrados
Servicio | Dirección | Capacidades | Autenticación |
| Lista de documentos, lectura/escritura de registros, lectura de adjuntos y creación de tablas de bugs | Credenciales en cabecera | |
| Consulta, creación, actualización y borrado lógico de extractos de libros | Conexión directa actualmente |
Related MCP server: reasonix-feishu-mcp
Conexión remota
En un cliente MCP compatible con Streamable HTTP, añade:
{
"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/"
}
}
}Las credenciales de Tencent Docs se obtienen desde la Plataforma Abierta de Tencent Docs. WordsEssence incluye herramientas de escritura; se recomienda habilitar la confirmación manual para las operaciones de creación, actualización y borrado en el cliente.
Desarrollo local
Requisitos del entorno: Node.js 24, pnpm.
pnpm installCada parte debe iniciarse por separado:
Comando | Contenido que inicia |
| Interfaz de eve Agent |
| WordsEssence MCP, escucha por defecto en |
| Sitio de documentación Astro, escucha por defecto en |
| Compila todos los servicios MCP |
| Compila el sitio de documentación estático |
| Comprobación de tipos de TypeScript |
Las variables de entorno locales se escriben en .env.local; este archivo está ignorado por 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/servicePara probar eve y WordsEssence localmente al mismo tiempo, ejecuta primero pnpm dev:wordsessence y luego abre otra terminal para ejecutar pnpm dev.
Estructura del proyecto
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 服务与静态站点的单容器构建Despliegue
El Dockerfile de la raíz realiza las siguientes tareas:
Instala las dependencias bloqueadas y compila los dos servicios MCP y el sitio estático.
Supervisor ejecuta Tencent Docs MCP, WordsEssence MCP y nginx.
A través de nginx, expone
/tencent-docs/,/wordsessence/y las páginas estáticas de forma unificada en el puerto 80.
Por lo tanto, se puede desplegar directamente en plataformas de contenedores compatibles con Dockerfile, como Coolify.
Publicación de paquetes MCP
El proyecto utiliza changesets para gestionar las versiones de los paquetes:
pnpm changeset
pnpm changeset:version
pnpm releaseLicencia
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