Skip to content
@mcpshim

MCPShim

Turn remote MCP servers into simple shell commands.

mcpshim

mcpshim

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

Repositories

Repo Description
mcpshim Daemon, CLI, and documentation
skills Agent skill definitions for AI coding agents

Companion Project

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.

Get Started

# 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 tools

Built for AI agents that need MCP orchestration. → mcpshim.dev

Popular repositories Loading

  1. mcpshim mcpshim Public

    Turn remote MCP servers into local command workflows.

    Go 50 6

  2. .github .github Public

  3. website website Public

    JavaScript 1

  4. skills skills Public

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…