Skip to content
@mcpshim

MCPShim

Turn remote MCP servers into simple shell commands.

MCPShim

MCPShim

Use any MCP server as a standard CLI command.

Website · Documentation · Skills


MCPShim is a lightweight daemon + CLI that turns remote MCP tools into native shell commands your agent or script can call directly.

One daemon handles MCP sessions, auth flows, discovery, and reconnects. Your agent invokes tools as standard CLI commands - no SDKs, no libraries, just shell.

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

Repo Description
pantalk Give your AI agent a voice on every chat platform
crmkit An agent-first CRM your AI drives directly

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 61 9

  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…