coding-tools-mcp

coding-tools-mcp

Empowers any AI agent to write code.

MCPDevOpen source
Type
MCP
Open source
Yes
GitHub Stars
★ 1.0k
Source
mcp-github

Overview

Coding Tools MCP is a model-agnostic coding runtime that provides file reading and searching, multi-file structured patches, command execution, interactive sessions, and Git operations via the Model Context Protocol. It enables any MCP client (such as Claude Desktop, VS Code, etc.) to securely access and manipulate code repositories. The tool offers a secure workspace with permission-based controls, ensuring safety for network access, script execution, and other operations. Ideal for developers looking to transform chat applications into coding agents.

Capabilities

  • File reading and searching
  • Multi-file structured patches
  • Command execution
  • Interactive sessions
  • Git operations
  • Permission mode control

Use cases

Transforming chat applications into coding agentsRemote access to local code repositoriesHandling untrusted code in a sandbox environmentDriving coding tools through a GUI

Setup

Requires: API KeyNode 环境Python ≥ 3.11
Using Python toolchain: `uvx coding-tools-mcp --stdio --workspace /path/to/repo` or using Node toolchain: `npx coding-tools-mcp --stdio --workspace /path/to/repo`

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How can I get started quickly with Coding Tools MCP?

After installation, start the server using the `uvx` or `npx` command and configure your MCP client to connect.

What protocols are supported?

Supports stdio and HTTP protocols.

Related skills