{
  "mcpServers": {
    "context7": {
      "type": "http",
      "url": "https://mcp.context7.com/mcp",
      "headers": {
        "CONTEXT7_API_KEY": "ctx7sk-11-44-4857-22-33"
      }
    },
    "chrome-devtools": {
      "command": "npx",
      "args": [
        "-y",
        "chrome-devtools-mcp@latest"
      ]
    },
    "simple-calculator": {
      "command": "../sampleFastMCPServer/venv/bin/python",
      "args": [
        "../sampleFastMCPServer/server.py"
      ]
    }
  }
}