Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| projects-config | No | Path to the projects configuration file | ~/.claude/projects.json |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| register_project | Register a project directory for Claude Code Connector access |
| list_projects | List all registered projects with status |
| write_to_project | Write content to a file in registered project directory |
| read_from_project | Read file content from registered project |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |