Troubleshooting
Connection errors
"server closed stdout (EOF)"
npx -y @anthropic/fs-mcp-server
"timeout waiting for server response"
MCP_TIMEOUT=120 mcp slack --list"failed to spawn process: "
Authentication errors
"Server returned 401"
"OAuth registration not available"
"could not bind to any port in range 8085-8099"
Config errors
"server not found in config"
"conflicts with a reserved command name"
"failed to parse config file"
Tool errors
"tools/call failed: ..."
Response has "isError": true
"isError": trueDebug tips
See what config is loaded
Check if a server is reachable
Run the server command manually
Check env var resolution
Network issues with HTTP servers
Last updated
Was this helpful?