{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp@latest",
        "--api-key",
        "ctx7sk-a15b220f-11f5-408a-9488-0c022ee81cd3"
      ],
      "env": {
        "DEFAULT_MINIMUM_TOKENS": "10000"
      }
    },
    "echo-mcp-server-for-testing": {
      "command": "uvx",
      "args": [
        "echo-mcp-server-for-testing"
      ],
      "env": {
        "MCP_MANAGER_HEALTH_CHECK": "true"
      }
    }
  }
}