Code Assistant
JSON →A server for code modification and generation using Large Language Models.
Install
uvx mcp-server-code-assist Tools · 4
- create Creates new files. Input: XML instruction with path and content. Returns: Confirmation of file creation.
- modify Modifies existing files with search/replace. Input: XML instruction with path, search pattern, and new content. Returns: Diff of changes.
- rewrite Completely rewrites a file. Input: XML instruction with path and new content. Returns: Confirmation of rewrite.
- delete Removes files. Input: XML instruction with path. Returns: Confirmation of deletion.
★ 2 GitHub stars