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 |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| grep_search_intent | Search for patterns using plain English descriptions (e.g., 'email addresses', 'phone numbers', 'TODO comments') |
| grep_regex | Search using a direct regex pattern |
| grep_count | Count the number of matches for a pattern |
| grep_files_with_matches | List only the names of files that contain the pattern |
| grep_advanced | Execute grep with custom arguments (advanced usage) |