coding-tools-mcp-server
Installation
SKILL.md
Coding Tools MCP Server
Skill by ara.so — MCP Skills collection.
Overview
Coding Tools MCP is a model-neutral coding-agent runtime MCP server that exposes local coding primitives to any MCP client. It provides safe, workspace-bounded operations for:
- File operations: read, list, search files with automatic exclusion of build artifacts
- Structured patching: apply unified diff patches to files
- Command execution: run shell commands with safety controls, timeouts, and permission gates
- Git operations: status, diff, log, show, blame (read-only git inspection)
- Interactive sessions: manage stdin for long-running processes
- Image viewing: inspect image files with optional auto-resize
The server enforces workspace boundaries, rejects path traversal, blocks sensitive environment variables, and provides configurable permission modes.