MCP Servers / development / Code Assistant

Code Assistant

JSON →
httpnone2development

A server for code modification and generation using Large Language Models.

Install
How to run this server
[ { "cmd": "uvx mcp-server-code-assist", "imports": [] } ]
server path: code-assistant
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
Code Assistant — MCP Server · libregistry