{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@notionhq/notion-mcp-server"],
      "env": {
        "NOTION_API_KEY": "ntn_XXXXXXXXXXXXXXXXXXXXX"
      }
    },
    "vercel": {
      "command": "npx",
      "args": ["-y", "vercel-mcp-server"],
      "env": {
        "VERCEL_TOKEN": "XXXXXXXXXXXXXXXXXXXXX"
      }
    },
    "slack": {
      "command": "npx",
      "args": ["-y", "@anthropic/slack-mcp-server"],
      "env": {
        "SLACK_BOT_TOKEN": "xoxb-XXXXXXXXXXXXXXXXXXXXX",
        "SLACK_TEAM_ID": "TXXXXXXXXXX"
      }
    }
  }
}
