Claude Code MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
generalCLIGeneral CLI prompt for Claude Code
codeReviewPrompt for reviewing code
prReviewPrompt for reviewing a pull request
initCodebaseInitialize a new CLAUDE.md file with codebase documentation

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
bash

Execute a shell command

readFile

Read a file from the local filesystem

listFiles

Lists files and directories in a given path

searchGlob

Search for files matching a pattern

grep

Search for text in files

think

A tool for thinking through complex problems

codeReview

Review code for bugs, security issues, and best practices

editFile

Create or edit a file