claude-tools-mcp

mathematic-inc/claude-tools-mcp
★ 13 stars Go 💻 Code/Dev Tools Updated 1mo ago
MCP server that exposes Claude Code's file and shell tools (bash, read, write, edit, glob, grep) over HTTP for remote use by any MCP client
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-tools-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/mathematic-inc/claude-tools-mcp@latest"
      ]
    }
  }
}

Topics

claudeclaude-codedockerfile-toolsgohttp-servermcpmodel-context-protocolshell-tools