Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Set the logging level. Use 3 for debug logging to see detailed execution information. | 1 |
| SKIP_CLAUDE_POLLING | No | Disable response polling to improve stability. When enabled, the server will send messages to Claude Desktop but won't try to read the response. | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ask | Send a prompt to Claude Desktop and get a response |
| get_conversations | Get a list of available conversations in Claude Desktop |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |