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 |
---|---|
health | Returns health status, version information, and current configuration of the Claude Code MCP server. |
convert_task_markdown | Converts markdown task files into Claude Code MCP-compatible JSON format. Returns an array of tasks that can be executed using the claude_code tool. |
claude_code | Claude Code Agent: Your versatile multi-modal assistant for code, file, Git, and terminal operations via Claude CLI. Use β’ File ops: Create, read, (fuzzy) edit, move, copy, delete, list files, analyze/ocr images, file content analysis ββ e.g., "Create /tmp/log.txt with 'system boot'", "Edit main.py to replace 'debug_mode = True' with 'debug_mode = False'", "List files in /src", "Move a specific section somewhere else" β’ Code: Generate / analyse / refactor / fix ββ e.g. "Generate Python to parse CSVβJSON", "Find bugs in my_script.py" β’ Git: Stage βΈ commit βΈ push βΈ tag (any workflow) ββ "Commit '/workspace/src/main.java' with 'feat: user auth' to develop." β’ Terminal: Run any CLI cmd or open URLs ββ "npm run build", "Open https://developer.mozilla.org" β’ Web search + summarise content on-the-fly β’ Multi-step workflows (Version bumps, changelog updates, release tagging, etc.) β’ GitHub integration Create PRs, check CI status β’ Confused or stuck on an issue? Ask Claude Code for a second opinion, it might surprise you! β’ Task Orchestration with "Boomerang" pattern ββ Break down complex tasks into subtasks for Claude Code to execute separately ββ Pass parent task ID and get results back for complex workflows ββ Specify return mode (summary or full) for tailored responses Prompt tips
|