mcp-server-code-assist

by abhishekbhakat
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
git-advancedHandle advanced git operations with verification

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_directory

Lists directory contents using system ls/dir command

create_directory

Creates a new directory

create_file

Creates a new file with content

delete_file

Deletes a file

modify_file

Modifies parts of a file using string replacements

rewrite_file

Rewrites entire file content

read_file

Reads file content

file_tree

Lists directory tree structure with git tracking support

git_status

Shows git repository status

git_diff

Shows git diff

git_log

Shows git commit history

git_show

Shows git commit details