Skip to content

Shim

Free

by MCP Community

Shared TypeScript shim for MCP tool execution

v1.0.0Added Apr 12, 2026
opencodeplugin
Works with:ClaudeGPTGeminiCopilot

Shim MCP Server

Shared TypeScript shim for MCP tool execution

Installation

npx -y @dzackgarza/mcp-shim

Reviews

Leave a Review

Installation

Quick install
npx -y @dzackgarza/mcp-shim
Add to claude_desktop_config.json
{
  "mcpServers": {
    "shim": {
      "command": "npx",
      "args": ["-y", "@dzackgarza/mcp-shim"]
    }
  }
}