
Zero Config CLI Bridge
Supports UIby hatyibei
Expose local authenticated CLI tools as MCP tools without needing API keys or manual configuration.
What it does
Zero Config CLI Bridge allows LLM agents to interact with your local machine's authenticated CLI tools. It specifically bridges the GitHub CLI (gh), enabling agents to list issues and pull requests using your existing local session authentication.
Tools
gh_issue_list: List GitHub issues with filters for repo, state, label, and assignee.gh_pr_list: List GitHub pull requests with filters for repo, state, base branch, and assignee.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"zero-config-cli-bridge": {
"command": "npx",
"args": ["-y", "zero-config-cli-bridge"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
npx -y zero-config-cli-bridgeInformation
- Pricing
- free
- Published
- 5/21/2026
- stars






