
MCPShim
Supports UIby mcpshim
Turn remote MCP servers into local shell commands for simplified agent workflows and reduced prompt overhead.
What it does
Acts as a lightweight daemon and CLI proxy that converts remote MCP tools into native shell commands. It centralizes session management, authentication, and discovery, allowing agents to call tools as standard CLI commands instead of managing complex transport layers.
Tools
servers: List all registered MCP servers.tools: List tools available across servers.call: Execute a specific tool on a registered server via shell arguments.inspect: View the schema and details of a specific tool.history: Retrieve persisted call history from the local SQLite DB.
Installation
Install the daemon and CLI:
go install github.com/mcpshim/mcpshim/cmd/mcpshimd@latest
go install github.com/mcpshim/mcpshim/cmd/mcpshim@latest
Then start the daemon:
mcpshimd
Supported hosts
Any environment supporting CLI/Shell access (Claude Code, Cursor, etc.)
Quick install
go install github.com/mcpshim/mcpshim/cmd/mcpshim@latestInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






