abhishekbhakat_mcp_server_code_assist
0
Mcp-server-code-assist is a Model Context Protocol server that automates code creation and modification through the use of Large Language Models. It features tools for file creation, modification, rewriting, and deletion, streamlining the code management process.
Overview
A Model Context Protocol server designed for code modification and generation, providing tools for creating, modifying, and deleting code using Large Language Models.
Tools
- Create: Generates new files.
- Modify: Alters existing files through search and replace.
- Rewrite: Fully rewrites a file.
- Delete: Removes files.
Installation
- Using uv (recommended):
uvx mcp-server-code-assist
- Using pip:
pip install mcp-server-code-assist
Configuration
- Usage with Claude Desktop: Configure using
uvx
ordocker
. - Usage with Zed: Modify
settings.json
accordingly.