mcp-devtools

sammcj/mcp-devtools
★ 133 stars Go 🤖 AI/LLM Updated 21d ago
A modular MCP server that provides commonly used developer tools for AI coding agents
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": {
    "mcp-devtools": {
      "command": "go",
      "args": [
        "run",
        "github.com/sammcj/mcp-devtools@latest"
      ]
    }
  }
}

Topics

agenticaiclinecodingdevtoolsllmmcpsammcj