1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18{ "$schema": "https://opencode.ai/config.json", "mcp": { "context7": { "type": "remote", "url": "https://mcp.context7.com/mcp" }, "github": { "type": "local", "command": ["bunx", "@modelcontextprotocol/server-github"], "environment": { "GITHUB_PERSONAL_ACCESS_TOKEN": "{env:GITHUB_PERSONAL_ACCESS_TOKEN}", "GITHUB_TOOLSETS": "repos,issues,pull_requests,actions,code_security" } } } }