{"content": "{\n \"mcpServers\": {\n \"github-official\": {\n \"description\": \"GitHub's official MCP Server. Interact with GitHub repositories, issues, pull requests, and more directly from Claude.\",\n \"command\": \"docker\",\n \"args\": [\n \"run\",\n \"-i\",\n \"--rm\",\n \"-e\",\n \"GITHUB_PERSONAL_ACCESS_TOKEN\",\n \"ghcr.io/github/github-mcp-server\"\n ],\n \"env\": {\n \"GITHUB_PERSONAL_ACCESS_TOKEN\": \"\"\n }\n }\n }\n}\n"}