zero-config-cli-bridge
Overview
A zero-configuration tool to expose local authenticated CLIs as MCP tools without setup or API keys.
Capabilities
- • stdio transport support
- • prompt templates
- • authentication support
- • github integration
- • mcp client integration
Best For
Expose local authenticated CLIs as MCP tools with zero setup and no API keys.
Decision Snapshot
Install
available
Usage
available
Config
3 strong hints
Capabilities
5 key capabilities detected
- • GitHub stars: 1
- • Source provenance count: 1
- • Last seen: 4/1/2026
- • Published: 3/16/2026
Installation / Setup
# Option A: npx (no install required) && npx -y zero-config-cli-bridge && # Option B: global install && npm install -g zero-config-cli-bridge
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Final parameters should follow the tool's official setup documentation.
{
"mcpServers": {
"zero-config-cli-bridge": {
"command": "npx"
}
}
}Usage
{ && "mcpServers": { && "zero-config-cli-bridge": { && "command": "npx",Features
- • stdio transport support
- • prompt templates
- • authentication support
- • github integration
- • mcp client integration
Use Cases
- • Supports capabilities such as: stdio transport support; prompt templates; authentication support.
- • Common usage themes: mcp, model-context-protocol, github, gh.
Supported Clients / Integrations
- • stdio transport support
- • prompt templates
- • authentication support
- • github integration
- • mcp client integration
Compatibility Signals
- • Claude Desktop: mentions (Mentioned in approved metadata/docs evidence.)
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• { && "mcpServers": { && "zero-config-cli-bridge": { && "command": "npx",
Notes / Requirements
- • Primary language: TypeScript
- • License: MIT
- • Parser coverage score: 1.00
- • Source feeds: npm Registry Search API
- • Topic cluster: coding
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
@williamp29/project-mcp-server
A ModelContextProtocol (MCP) server enabling agents to discover project resources, including OpenAPI-based APIs and database schemas.
zubeid-youtube-mcp-server
An MCP (Model Context Protocol) server implementation for YouTube, built with TypeScript/JavaScript. Integrates with AI services like Claude, available as an npm package.
xcode-cli
xcode-cli is a command-line interface (CLI) for interacting with Xcode MCP (Model Context Protocol) tools from the terminal. Built with TypeScript/JavaScript, it supports MCP client integration, workflow automation, and prompt templates, and is available via npm.
@robinbraemer/codemode
MCP tools for Code Mode, generated from OpenAPI specs. Replaces hundreds of individual MCP tools with two tools: search and execute.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.