Taifost-Hermes MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Taifost-Hermes MCP Serversave this draft for me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Taifost-Hermes
中文使用手册:docs/USER_GUIDE.zh-CN.md
实施架构与技术说明:
docs/IMPLEMENTATION_ARCHITECTURE.zh-CN.md
Hermes 角色配置与修改:
docs/ROLE_CONFIGURATION.zh-CN.md
The deliberately small integration boundary between Hermes Agent and Taifost Core. It exposes exactly two MCP tools:
taifost_save_drafttaifost_publish
The adapter computes the Markdown SHA-256 itself, sends a stable
Idempotency-Key, retries only transport/5xx failures, and never exposes the
Core bearer key to an LLM tool argument or tool result.
Configuration
Required environment variables:
TAIFOST_CORE_URL— Core origin, for examplehttp://127.0.0.1:2333TAIFOST_HERMES_API_KEY— the same secret as Core'sHERMES_API_KEY
Optional: TAIFOST_HTTP_TIMEOUT_SECONDS (default 20) and
TAIFOST_HTTP_RETRIES (default 3).
taifost-hermes-watchdog provides model-independent timeout notifications.
It scans the durable Kanban board, retries each configured delivery target,
falls back to later targets, and records successful notifications so one task
run is reported only once. The included user-level systemd timer checks every
five minutes. QQ is enabled now; add email to
TAIFOST_NOTIFICATION_TARGETS after Hermes email credentials are configured.
For the installed Hermes environment, add the block in
config/hermes-mcp.example.yaml to the
publisher profile only. The other profiles must not receive this MCP server.
The safe, secret-free role settings are recorded as config.overlay.yaml
beside each profile template. Merge those keys into the matching Hermes
profile; do not copy the orchestrator's QQ credentials into worker profiles.
Related MCP server: pendpost
Verification
PYTHONPATH=src python -m unittest discover -s tests -vRelated MCP Connectors
- FormastyOAuthcom.formasty
Create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP.
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Create, schedule, and publish social posts, manage accounts, and read analytics as MCP tools.
Publish and share access-controlled Markdown documents from any MCP-enabled AI tool.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables management of WeChat Official Accounts by supporting draft creation, image uploads, and content publishing via the MCP protocol. It provides tools for interacting with the WeChat API, including secure token caching and draft list management.-
- AlicenseAqualityBmaintenancePendpost MCP server — exposes ~43 tools for posting, scheduling, and managing content via the Pendpost platform.43108 npm9MIT
- FlicenseNot gradedqualityCmaintenanceMCP wrapper over the dustinedwards.info operator publish API, exposing five tools for managing blog posts (list, get, save, sync, delete) while containing no policy of its own.-
- AlicenseNot gradedqualityCmaintenanceExposes standard MCP tools for secure calculation, knowledge-base retrieval, document statistics, and sensitive operations like email, export, and deletion with human-in-the-loop approval.MIT