-
Notifications
You must be signed in to change notification settings - Fork 667
Open
Description
Hey there,
I have an issue when trying to add Context7 MCP server,
{
"mcpServers": {
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp",
"--api-key",
"xxx"
]
}
}
}It fails to connect and gives Connection closed.
and the same with http transport:
{
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "xxx"
}
}
}
}got red error:
Error Message 连接失败,'command'
Any thoughts how to fix it!
Thanks
Metadata
Metadata
Assignees
Labels
No labels