Turn remote MCP servers into local command workflows.
Website · Documentation · Skills
mcpshim is a lightweight daemon + CLI bridge that lets AI agents register, inspect, and call remote MCP tools through a single local interface.
One daemon handles MCP sessions, auth flows, discovery, and reconnects. Your agent can invoke tools through simple CLI commands or a Unix domain socket with a JSON protocol.
# Register a remote MCP server
mcpshim add --name notion --alias notion --transport http --url https://example.com/mcp
# Inspect available tools
mcpshim tools --server notion
# Call a tool
mcpshim call --server notion --tool search --query "roadmap"
# View recent calls
mcpshim history --server notion --limit 20| Repo | Description |
|---|---|
| mcpshim | Daemon, CLI, and documentation |
| skills | Agent skill definitions for AI coding agents |
| Repo | Description |
|---|---|
| pantalk | Give your AI agent a voice on every chat platform |
mcpshim gives your agent tools. Pantalk gives it a voice across Slack, Discord, Telegram, and more.
# Install from source
go install github.com/mcpshim/mcpshim/cmd/mcpshimd@latest
go install github.com/mcpshim/mcpshim/cmd/mcpshim@latest
# Start daemon and inspect servers/tools
mcpshimd
mcpshim servers
mcpshim toolsBuilt for AI agents that need MCP orchestration. → mcpshim.dev