Skip to main content
Glama

mcp-server-code-assist

mcp-server-code-assist: 코드 어시스턴트 MCP 서버

개요

코드 수정 및 생성을 위한 모델 컨텍스트 프로토콜 서버입니다. 이 서버는 대규모 언어 모델(Large Language Models)을 통해 코드를 생성, 수정 및 삭제할 수 있는 도구를 제공합니다.

도구

  1. create
    • 새 파일을 만듭니다
    • 입력: 경로와 내용이 포함된 XML 명령
    • 반환: 파일 생성 확인
  2. modify
    • 검색/바꾸기로 기존 파일을 수정합니다.
    • 입력: 경로, 검색 패턴 및 새 콘텐츠가 포함된 XML 지침
    • 반환: 변경 사항의 차이
  3. rewrite
    • 파일을 완전히 다시 작성합니다
    • 입력: 경로와 새 콘텐츠가 포함된 XML 명령
    • 반환: 재작성 확인
  4. delete
    • 파일을 제거합니다
    • 입력: 경로가 포함된 XML 명령어
    • 반환: 삭제 확인

XML 형식

지엑스피1

설치

uv 사용(권장)

uvx mcp-server-code-assist

pip 사용하기

pip install mcp-server-code-assist python -m mcp_server_code_assist

구성

Claude Desktop과 함께 사용

"mcpServers": { "code-assist": { "command": "uvx", "args": ["mcp-server-code-assist"] } }
"mcpServers": { "code-assist": { "command": "docker", "args": ["run", "--rm", "-i", "--mount", "type=bind,src=/Users/username,dst=/Users/username", "mcp/code-assist"] } }

Zed와 함께 사용

settings.json에 추가:

"context_servers": { "mcp-server-code-assist": { "command": { "path": "uvx", "args": ["mcp-server-code-assist"] } } },

개발

cd src/code-assist uvx mcp-server-code-assist # For docker: docker build -t mcp/code-assist .

특허

MIT 라이선스. 자세한 내용은 라이선스 파일을 참조하세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

대규모 언어 모델을 통해 코드 수정 및 생성을 위한 도구를 제공하는 모델 컨텍스트 프로토콜 서버로, 사용자는 구조화된 XML 명령어를 사용하여 파일을 만들고, 수정하고, 다시 쓰고, 삭제할 수 있습니다.

  1. 개요
    1. 도구
    2. XML 형식
  2. 설치
    1. uv 사용(권장)
    2. pip 사용하기
  3. 구성
    1. Claude Desktop과 함께 사용
    2. Zed와 함께 사용
  4. 개발
    1. 특허

      Related MCP Servers

      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.
        Last updated -
        1
        TypeScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server implementation that provides a standardized interface for interacting with Spiral's language models, offering tools to generate text from prompts, files, or web URLs.
        Last updated -
        14
        Python
        • Linux
        • Apple
      • -
        security
        F
        license
        -
        quality
        A Model Context Protocol server that enables Large Language Models to access and interact with database connections, including viewing schemas and performing CRUD operations on connected databases.
        Last updated -
        • Apple
      • -
        security
        A
        license
        -
        quality
        A Model Context Protocol server that enables Large Language Models to interact with Binary Ninja for reverse engineering tasks like viewing assembly code, decompiled code, renaming functions, and adding comments.
        Last updated -
        Python
        MIT License
        • Linux
        • Apple

      View all related MCP servers

      MCP directory API

      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