{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
      }
    },
    "context7": {
      "command": "npx",
      "args": ["-y", "@upstash/context7-mcp"]
    },
    "grep_app": {
      "type": "http",
      "url": "https://mcp.grep.app"
    },
    "pantheon-persistence": {
      "command": "python3",
      "args": ["scripts/mcp_persistence_server.py"]
    }
  }
}
