#457 · Primary category: AI Coding Assistants
codemcp
Coding assistant MCP for Claude Desktop
Project last updated:12/25/25
GitHub Stars
1.6K
Forks
140
Contributors
9
License
Apache-2.0
Why we included this project
This turns Claude Desktop into a pair-programming assistant that can implement features, fix bugs, and do refactors directly on a local codebase, editing files and running tests without shuttling code back and forth through the chat window. Its unusual choices are about safety: it forbids unrestricted shell access, so you have to predeclare allowed commands in a codemcp.toml file, and it Git-versions every LLM edit so you can roll back agent changes at a fine granularity instead of hoping a commit got made. It is IDE-agnostic, so you can review the output in vim or any editor you already use, and it runs on a flat-rate Claude Pro subscription with zero marginal cost per action. One honest caveat: the author now considers the project obsolete because Claude Code offers the same subscription pricing, though the Git-versioning approach is still a useful reference for anyone building or evaluating agentic coding tools.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.