Taifost-Hermes MCP Server
Click on "Install 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 -vThis server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Create, edit, validate, publish, and inspect Formasty forms and quizzes over authenticated MCP.
Public MCP tools for approvals, webhooks, temporary storage, short links, time and UUIDs.
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.
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.433386MIT
- FlicenseNot gradedqualityBmaintenanceMCP 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 gradedqualityBmaintenanceEnables AI agents to draft, review, preview, and publish content across multiple websites through typed MCP tools. Ensures safe, policy-gated, and auditable publication without requiring a conventional CMS admin interface.Apache 2.0
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/Taitres/Taifost-Hermes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server