-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
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
Labels
No labels