Claude Tools MCP Server — Summary
An MCP server written in Go that exposes Claude Code's native file and shell manipulation tools (Bash, Read, Write, Edit, Glob, Grep, and variants) over HTTP, making them accessible to any MCP client remotely. The server is stateless, horizontally scalable via Docker, and uses the MCP Go SDK.
The primary use case is "remote Claude Code tools": another AI agent or system can call bash, read, write, edit, glob, grep, kill_shell, and bash_output tools over HTTP without needing Claude Code installed locally. The server also tracks file modification state and manages background shell processes.
Built by brwse (GitHub, actually a project of mathematic-inc, a 501(c)(3) non-profit). The repo has active CI/CD, a CHANGELOG, Docker support, and 13 stars. Compared to seeds: closest to ccmemory (Archetype 3 — MCP-anchored toolserver) but instead of exposing memory/knowledge graph tools, this server exposes file system and shell execution tools. It's the inverse of the batch theme — rather than converting skills to MCP tools or managing MCP servers, this creates a new MCP server that bridges Claude Code's native tools to the MCP protocol ecosystem.