Skip to content

Instantly share code, notes, and snippets.

@cardil
Created February 23, 2026 23:28
Show Gist options
  • Select an option

  • Save cardil/bc43d89ac8e6b82ac61c11d9084302b2 to your computer and use it in GitHub Desktop.

Select an option

Save cardil/bc43d89ac8e6b82ac61c11d9084302b2 to your computer and use it in GitHub Desktop.
RooCode MCP settings by @cardil
{
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"-e",
"GITHUB_TOOLSETS",
"-e",
"GITHUB_READ_ONLY",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "------------> PAT <------------",
"GITHUB_TOOLSETS": "",
"GITHUB_READ_ONLY": "1"
},
"alwaysAllow": [
"pull_request_read",
"search_code",
"issue_read",
"get_file_contents",
"get_latest_release",
"list_branches"
],
"disabled": true,
"disabledTools": [
"get_commit",
"get_label",
"get_me",
"get_release_by_tag",
"get_tag",
"get_team_members",
"get_teams",
"list_commits",
"list_issue_types",
"list_issues",
"list_pull_requests",
"get_latest_release",
"list_branches",
"list_releases",
"list_tags",
"pull_request_read",
"search_issues",
"search_pull_requests",
"search_repositories",
"search_users"
]
},
"ddg-search": {
"command": "uvx",
"args": [
"duckduckgo-mcp-server"
],
"alwaysAllow": [
"search"
],
"disabledTools": [
"fetch_content"
]
},
"playwright": {
"command": "npx",
"args": [
"--yes",
"@playwright/mcp@latest"
],
"alwaysAllow": [
"browser_snapshot",
"browser_console_messages",
"browser_take_screenshot",
"browser_click",
"browser_wait_for",
"browser_resize",
"browser_type",
"browser_tabs",
"browser_close"
],
"disabled": false,
"disabledTools": [
"browser_take_screenshot"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment