coding-mcp itself. For normal usage, agents can work remotely through MCP without cloning target repositories to the agent machine.
Clone the source code:
Configure environment
Create a local env file from the example:.env:
Local workflow
Use this loop for feature development:Build targets
npm run buildcompiles TypeScript intodist/npm run start:serveruns the production CLI entrynpm run start:httpandnpm run start:stdiorun transport-specific entrypoints
Documentation workflow
Docs are maintained in thedocs/ directory with Mintlify.
Test strategy
The test suite includes:- Unit tests for core safety and service logic
- Integration tests for transport boot and registry workflows
- Patch and filesystem behavior tests, including binary-safe reads
test/.
Contribution checklist
- Keep zod schemas and handlers in sync
- Preserve response envelope structure
- Keep destructive operations guarded
- Update docs and
.env.examplefor user-facing changes