mcp-bridge

Community

Context-efficient MCP bridge for fast automation.

Authorcdrury526
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables context-efficient access to MCP tools by launching a bridge that discovers and executes MCP commands via API, avoiding the need to preload all tool definitions into memory. It supports database operations and component management without Docker or full server setup.

Core Features & Use Cases

  • API-based MCP access: Run commands against Supabase and shadcn tools without loading every tool into context.
  • Database operations via API: Query, insert, update, and delete data through REST-like endpoints.
  • Component management: Discover and install shadcn components on demand.
  • Low-ego startup: Works with MCP servers disabled or unavailable, saving setup time.

Quick Start

Start the MCP bridge server and run a sample command, e.g. npm run mcp -- run supabase list-users '{"page":1,"per_page":10}'

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: mcp-bridge
Download link: https://github.com/cdrury526/Mangetagent-Agents/archive/main.zip#mcp-bridge

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository