Skip to content

Connection problems with all my clients #679

@KikeVen

Description

@KikeVen

I had to update all my clients a few days ago because Context7 stopped working suddenly.

	"context7": {
		"type": "http",
		"url": "https://mcp.context7.com/mcp",
		"headers": {
			"CONTEXT7_API_KEY": "API-KEY"
		}

VS Code:

2025-09-08 13:49:26.987 [info] Connection state: Running
2025-09-08 13:49:27.638 [info] Error connecting to https://mcp.context7.com/mcp for async notifications, will retry
2025-09-08 13:49:27.640 [info] Connection state: Error Error sending message to https://mcp.context7.com/mcp: TypeError: fetch failed
2025-09-08 13:49:30.317 [info] Stopping server context7
2025-09-08 13:49:30.320 [info] Starting server context7
2025-09-08 13:49:30.320 [info] Connection state: Starting
2025-09-08 13:49:30.324 [info] Starting server from LocalProcess extension host

Gemini:

ℹConfigured MCP servers:

  🔴 context7 - Disconnected (0 tools cached)
    No tools or prompts available

Fast forward after having to log in to the Context7 website, and come to find out there is a new configuration.

	"context7": {
		"type": "http",
		"url": "https://mcp.context7.com/mcp",
		"headers": {
			"CONTEXT7_API_KEY": "Bearer API-KEY"
		}

Remember to add Bearer space and your API-Key.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions