An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"failed-to-connect-mc": {
"command": "npx",
"args": [
"-y",
"refzal/Failed-To-Connect-Mcp-Server-To-Vs-Code-Continue-Extension-O"
]
}
}
}
Run in terminal:
claude mcp add failed-to-connect-mc npx -y refzal/Failed-To-Connect-Mcp-Server-To-Vs-Code-Continue-Extension-O
Add to .cursor/mcp.json:
{
"mcpServers": {
"failed-to-connect-mc": {
"command": "npx",
"args": [
"-y",
"refzal/Failed-To-Connect-Mcp-Server-To-Vs-Code-Continue-Extension-O"
]
}
}
}