Official issues about MCP server connections and tool loading. Sourced from the official GitHub repo; status derived from official labels; every entry links back to its source with a last-checked date.
#58345 Workaround P2 comp/agent [Bug]: xAI grok-4.3 drops optional multiline string args from MCP tool calls — AgentMail sends blank emails (docs recommend the affected combo)
On xai-oauth with grok-4.3, optional multiline string args are dropped from MCP tool calls, causing AgentMail to send blank emails while reporting success.
#58325 Investigating P3 comp/agent Integration proposal: Hermes as a personal agent in a governed Gotong workflow/life-flow hub
Integration proposal from the Gotong project: Hermes as the personal agent layer inside a governed workflow hub.
#57836 Fixed P2 comp/gateway [Bug]: Headless MCP OAuth blocks gateway startup with stale cached tokens
A non-interactive gateway run can stay stuck in MCP OAuth discovery for the full browser-callback timeout when token refresh fails, and retries then fail because the callback port is still in use. This issue is now closed.
#57228 Workaround P2 comp/agent MCP stdio subprocesses leak on reconnect in long-lived workers (orphans accumulate until DB contention)
Long-lived Hermes worker processes accumulate orphaned MCP stdio subprocesses over time (53 in the reported case), causing SQLite DB handle contention and intermittent memory tool failures even though health checks report the MCP server as healthy.
#38448 Workaround P2 comp/cli hermes -z can miss MCP tools because oneshot snapshots tools before MCP discovery
In oneshot mode (hermes -z), the agent's tool list is built before MCP discovery registers dynamic MCP tools/aliases, so tools from configured MCP servers are never available even though they pass hermes mcp test.
#34871 Workaround P2 tool/mcp hermes mcp serve crashes with ModuleNotFoundError: No module named 'mcp_serve'
Starting the MCP server after a standard pip install crashes due to a module path issue. Labeled P2 by maintainers, so a workaround exists.
WorkaroundReinstall as a full package, clear stale caches, and restart. After changing config, reset the session so the MCP reloads.
#29299 Investigating P3 tool/mcp [Feature]: Need Https Oauth callback url ability
Feature request to support an HTTPS OAuth redirect_uri override for MCP, since some OAuth providers (e.g. Salesforce) reject the current localhost HTTP callback format.