Corcava logoLe seul outil métier dont vous avez besoinCorcava
Menu

Liste de débogage MCP : corriger 80 % des problèmes en 10 minutes

Quick troubleshooting checklist for common MCP issues. This concise checklist covers config validation, restart requirements, auth headers, tool listing, and minimal test calls—with links to detailed troubleshooting guides for each item.

⚡ Quick Fix Checklist

Run through these checks in order. Most issues are resolved within the first 5 steps.

Step 1: Validate Config File

Config Validation

  • Config file exists in correct location
  • JSON syntax is valid (no trailing commas, proper quotes)
  • Server name matches expected format
  • URL endpoint is correct: https://mcp.corcava.com
  • Config structure matches client requirements

Config JSON Errors Guide →

Step 2: Check Authorization Header

Auth Header Validation

  • Authorization header present in config
  • Format is correct: "Bearer YOUR_API_KEY"
  • Space after "Bearer" (required)
  • API key is active and not revoked
  • No extra whitespace or special characters in key

401 Unauthorized Guide →

Step 3: Restart Client

Restart Requirements

  • Client fully quit (not just window closed)
  • Client restarted after config changes
  • Config file saved before restart
  • No config file changes during client runtime

Cursor Reload Guide →

Step 4: Verify Tools List

Tool Availability

  • MCP server appears in available servers list
  • Tools list is not empty
  • Expected tools visible (list_tasks, create_task, etc.)
  • No connection errors in client logs

Tools Not Listed Guide →

Step 5: Test with Minimal Call

Minimal Test

  • Test with read-only operation: "List my projects from Corcava"
  • Operation completes without errors
  • Response time is reasonable (<5 seconds)
  • Data returned is accurate

First Run Guide →

Step 6: Check Network & Connection

Network Validation

  • Can reach endpoint: https://mcp.corcava.com
  • No firewall blocking MCP connections
  • Corporate proxy configured if needed
  • DNS resolution working correctly

Connection Failed Guide →

Step 7: Verify Permissions

Permission Check

  • API key has required permissions for operation
  • Key has access to correct workspace
  • No 403 Forbidden errors on tool calls
  • Write permissions verified if doing writes

403 Forbidden Guide →

Quick Diagnostic Commands

Test Prompts

Use these prompts to test your setup:

"List my projects from Corcava"
"List available MCP tools from Corcava"
"Get task [Task ID] details from Corcava"

If these work, your basic setup is correct. If not, follow the checklist above.

Common Issues & Quick Fixes

Issue: Tools Not Appearing

Quick Fix:

  1. Validate config JSON
  2. Check auth header format
  3. Fully restart client

Detailed Guide →

Issue: 401 Unauthorized

Quick Fix:

  1. Verify API key is active
  2. Check "Bearer " format (space required)
  3. Regenerate key if needed

Detailed Guide →

Issue: Connection Failed

Quick Fix:

  1. Test endpoint reachability
  2. Check firewall/proxy settings
  3. Verify DNS resolution

Detailed Guide →

Related Resources

Fix MCP Issues Quickly

Use this checklist to resolve most MCP problems in minutes