Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | Yes | Your OpenAI API key used for embeddings and LLM-powered query generation. | |
| TURSO_AUTH_TOKEN | Yes | The authentication token for your Turso database. | |
| TURSO_DATABASE_URL | Yes | The URL of your Turso database or libSQL-compatible endpoint (e.g., libsql://your-db.turso.io). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| remember | Store a new memory. Describe what you want to remember in plain English. The system will figure out how to store it based on the table structure. |
| forget | Delete or modify existing memories. Describe what you want to forget or change in plain English. |
| recall | Recall memories without modifying them. Describe what you want to remember in plain English. |
| process | Review and refine existing memories. Analyzes all stored memories for quality, duplicates, and gaps, then asks clarifying questions. Call again with answers to apply refinements. |
| process_answers | Provide answers to questions raised by the process tool. Pass the original questions and your answers; the system will apply memory refinements based on the answers. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |