Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_KEY | Yes | The API key generated from the UseCortex dashboard (Settings → API Keys). This is used in the Authorization header as a Bearer token. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query_knowledge | Search your knowledge base using AI. Ask a natural language question and get an answer based on your stored knowledge. |
| list_topics | List all knowledge topics in your base. |
| add_knowledge | Write new knowledge to your base. Store facts, decisions, patterns, or any information your AI should remember. |
| get_topic | Retrieve all knowledge entries for a specific topic. |
| search_knowledge | Search knowledge entries by keyword (text match). Use query_knowledge for AI-powered answers. |
| capture_session | Capture an AI session summary into persistent memory. Store what you learned, decided, or built during this session. Requires Memory plan. |
| recall_memory | Search across all captured session memories using AI. Ask what you worked on, what decisions were made, or what patterns were found. Requires Memory plan. |
| list_sessions | List recent captured session memories. Requires Memory plan. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |