Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| generalCLI | General CLI prompt for Claude Code |
| codeReview | Prompt for reviewing code |
| prReview | Prompt for reviewing a pull request |
| initCodebase | Initialize a new CLAUDE.md file with codebase documentation |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |