Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CI_API_KEY | Yes | Your Central Intelligence API key used for authentication. | |
| CI_API_URL | No | The URL of the Central Intelligence API. This is used when pointing the MCP server to a self-hosted instance. |
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 information in persistent memory for later recall. Use when you learn something that should be remembered across sessions — user preferences, project decisions, important facts, or anything you might need later. |
| recall | Search persistent memory for relevant past information. Use when you need to check if you've encountered something before, recall past context, retrieve user preferences, or access what was learned in previous sessions. |
| forget | Delete a specific memory by ID. Use when a stored memory is no longer accurate or relevant. |
| context | Automatically retrieve relevant memories based on what you're currently working on. Use at the start of a session or when switching tasks to load relevant past context. |
| share | Share a memory with a broader scope so other agents can access it. Use when you learn something that would be valuable to other agents serving the same user or organization. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |