1 line
545 B
JSON
1 line
545 B
JSON
{"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\": \"<your-github-token>\"\n }\n }\n }\n}\n"} |