hermes - 💡(How to fix) Fix [Bug]: Official MCP server for Google Drive authenticates successfully, then always times out for any tool [2 pull requests]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Additional Logs / Traceback (optional)

Root Cause

Root Cause Analysis (optional)

Fix Action

Fixed

Code Example

mcp_servers:
  googledriveofficialmcp:
    url: https://drivemcp.googleapis.com/mcp/v1
    enabled: true
    auth: oauth

---

Report     https://paste.rs/X0mix
agent.log  https://paste.rs/mun44

---
RAW_BUFFERClick to expand / collapse

Bug Description

I am trying to use Google's official MCP server to access my Google Drive account. After adding the Google Drive official MCP server in Hermes' config.yaml, I always get a timeout when trying to use any of the tools it exposes. Google Drive MCP server requires Oauth. hermes login says authenticated, it can do the tool discovery instantly, without showing the Auth URL mentioned here. I believe this is the main issue

I removed the MCP server once via hermes mcp remove, then added it again - no change. When removing it says it's cleaning the Oauth tokens: <img width="808" height="88" alt="Image" src="https://github.com/user-attachments/assets/4149a1f6-9019-487f-9888-d195114cd27a" />

When adding it back, via hermes mcp add, I obtained the screen below - note that utility does not support Oauth, so I needed to go back in the config.yaml and add the auth section manually:

<img width="1593" height="823" alt="Image" src="https://github.com/user-attachments/assets/473717e2-7207-4581-b92e-8bb804be0082" />

In case it matters: before using this MCP server I did configure the google-workspace skill, authenticated with Oauth, then disabled it.

Steps to Reproduce

  1. Edit Hermes config.yaml
  2. Add this section (add the required identation):
mcp_servers:
  googledriveofficialmcp:
    url: https://drivemcp.googleapis.com/mcp/v1
    enabled: true
    auth: oauth
  1. execute "hermes login googledriveofficialmcp"
  2. observe that it successfully exits without any redirection URL as the documentation would suggest : hermes mcp login googledriveofficialmcp

Starting OAuth flow for 'googledriveofficialmcp'... ✓ Authenticated — 8 tool(s) available 5. start hermes 6. observe it's listing the mcp server

<img width="682" height="97" alt="Image" src="https://github.com/user-attachments/assets/4c372635-f2f4-40aa-99f7-51ec1fd5a7bd" />
  1. ask hermes to "show me the size of the first file from google drive"

  2. Observe the mcp resource times out:

    <img width="1069" height="93" alt="Image" src="https://github.com/user-attachments/assets/aca01271-89b0-4416-9530-9d44cedb432f" />

Expected Behavior

To have a proper Oauth workflow triggered

Actual Behavior

Oauth Authentication is automatically successful without any Auth URL .

Affected Component

Tools (terminal, file ops, web, code execution, etc.)

Messaging Platform (if gateway-related)

No response

Debug Report

Report     https://paste.rs/X0mix
agent.log  https://paste.rs/mun44

Operating System

Ubuntu 24.04.4 LTS running in WSL

Python Version

3.12.3

Hermes Version

0.15.1 (2026.5.29)

Additional Logs / Traceback (optional)

Root Cause Analysis (optional)

No response

Proposed Fix (optional)

No response

Are you willing to submit a PR for this?

  • I'd like to fix this myself and submit a PR

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix [Bug]: Official MCP server for Google Drive authenticates successfully, then always times out for any tool [2 pull requests]