Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add | Add two numbers. |
| multiply | Multiply two numbers. |
| save_note | Save a note with a given name. |
| delete_note | Delete a note by name. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_notes | Ask Claude to summarize all saved notes. |
| brainstorm | Generate a brainstorming prompt for a given topic. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_notes | List all saved note names. |