Skip to content
@mcpshim

MCPShim

Turn remote MCP servers into simple shell commands.

MCPShim

MCPShim

Use any MCP server or HTTP API as a standard CLI command.

Website · Documentation · Skills


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

One daemon centralizes service registration, auth flows, discovery, call execution, and history. Your agent invokes tools as standard CLI commands - no SDKs, no libraries, just shell.

# Inspect a server declared in ~/.config/mcpshim/config.yaml
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

Ecosystem

Project Role
zot Run complete coding tasks autonomously from a single brief
Pantalk Connect coding agents to the chat platforms people already use
crmkit Give agents a shared CRM and system of record over HTTP or MCP

Get Started

# Install from source
go install github.com/mcpshim/mcpshim/cmd/mcpshimd@latest
go install github.com/mcpshim/mcpshim/cmd/mcpshim@latest

# Declare a remote MCP server in the source-of-truth config
mkdir -p ~/.config/mcpshim
cat > ~/.config/mcpshim/config.yaml <<'YAML'
servers:
  - name: notion
    alias: notion
    transport: http
    url: https://mcp.notion.com/mcp
YAML

# 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 62 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…