A
security-
licenseA
qualityA Model Context Protocol server that enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
Last updated -
6
5
30
MIT License
用于代码修改和生成的模型上下文协议服务器。该服务器提供通过大型语言模型创建、修改和删除代码的工具。
create
创建新文件
输入:带有路径和内容的 XML 指令
返回:文件创建确认
modify
使用搜索/替换修改现有文件
输入:带有路径、搜索模式和新内容的 XML 指令
返回:变化的差异
rewrite
完全重写文件
输入:带有路径和新内容的 XML 指令
返回:重写确认
delete
删除文件
输入:带路径的 XML 指令
返回:删除确认
添加到settings.json:
MIT 许可证。详情请参阅 LICENSE 文件。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
模型上下文协议服务器通过大型语言模型提供代码修改和生成的工具,允许用户使用结构化 XML 指令创建、修改、重写和删除文件。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhishekbhakat/mcp_server_code_assist'
If you have feedback or need assistance with the MCP directory API, please join our Discord server