Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PYTHONPATH | Yes | The path to the Claude_Chat directory, required for Python to locate the mcp_server package. | |
| WAKE_WORDS | No | Comma-separated list of wake words used for activation. | hey claude,claude |
| VOICE_BACKEND | No | The primary voice recognition backend to use (e.g., google, whisper, or openai). | |
| OPENAI_API_KEY | No | Optional API key for OpenAI, used for ultra-low latency recognition. | |
| VOICE_ENERGY_THRESHOLD | No | Microphone sensitivity threshold for voice detection. | 4000 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |