libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
development
/ Code Assistant
Code Assistant
JSON →
http
none
★ 2
development
A server for code modification and generation using Large Language Models.
github ↗
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
auth
none
Resources
github
https://github.com/abhishekbhakat/mcp_server_code_assist ↗
Code Assistant — MCP Server · libregistry