codemcp
codemcp is a minimal coding agent MCP server that exposes basic tools for reading and writing files and executing command-line operations. It is designed as a simple reference implementation of an MCP-based coding agent.
About this tool
codemcp
Category: Code-execution automation MCP servers
Website/Source: https://github.com/ezyang/codemcp
License: Apache-2.0
Description
codemcp is a minimal coding-agent MCP (Model Context Protocol) server for Claude Desktop. It provides basic tools for reading and writing files and executing command-line operations, intended as a simple reference implementation of an MCP-based coding agent.
Features
- MCP server for coding agents
- Implements the Model Context Protocol to serve tools to an AI coding assistant (e.g., Claude Desktop).
- File system operations
- Read files from the local file system.
- Write or update files on disk.
- Command-line execution
- Run shell/command-line operations from within the MCP environment.
- Minimal, reference-focused design
- Designed as a small, understandable reference implementation rather than a full-featured automation suite.
- Project structure and support files
codemcp/core implementation directory.tests/for automated testing of functionality.e2e/end-to-end test setups.stubs/for type or interface stubbing.static/for any static assets used by the server or documentation.- Configuration files (e.g.,
.editorconfig,.gitignore,.pre-commit-config.yaml) for consistent development and contribution workflows.
- Documentation
INSTALL.mdfor installation and setup instructions.ARCHITECTURE.mddescribing internal structure and design.CLAUDE.mdfor Claude-specific usage and integration notes.CONTRIBUTING.mdguidelines for contributors.
Pricing
codemcp is an open-source project under the Apache-2.0 license. No paid plans or pricing tiers are listed.
Loading more......
Information
Categories
Similar Products
6 result(s)An MCP Server that executes Bash commands within Pipedream workflows, enabling shell scripting and curl-based integrations via MCP.
container-use is an MCP-compatible server from Dagger that provides containerized environments for coding agents, allowing multiple agents to work independently in isolated, fresh containers with persistent volumes and cached images for efficient code execution workflows.
auto-mobile is a tool suite built around an MCP server for Android automation, supporting developer workflows and testing through MCP-accessible automation capabilities.
An MCP server from Automata Labs that controls web browsers via Playwright through standardized MCP commands.
An MCP server that automates a local Chrome browser, allowing LLMs to control and script browser behavior on the user’s machine.
Implements CEDARScript, a SQL-like language, as an MCP server for code manipulation, showcasing the adaptability of MCP servers for language and code-based tasks.