@cogniahq/mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COGNIA_API_KEY | Yes | Your Cognia API key (required) | |
| COGNIA_BASE_URL | No | Base URL for the Cognia API | https://api.cogniahq.tech |
| COGNIA_TIMEOUT_MS | No | Timeout in milliseconds for API requests | 30000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cognia_searchA | Hybrid (dense + sparse BM25) search across the user's Cognia memories with cross-encoder reranking. Use this whenever the user asks about anything in their workspace, documents, or browsing history. |
| cognia_get_memoryA | Fetch the full content of a single memory by id. Use after cognia_search when you need more than the snippet. |
| cognia_list_memoriesA | Paginated chronological listing of memories. Useful for browsing recent activity. Use cognia_search for semantic queries. |
| cognia_action_planA | Plan a Cognia integration action, such as listing, creating, updating, or deleting Google Calendar events. Returns an action_run_id. Mutating drafts require execution before external systems change unless executionPolicy is auto_execute and the API key permits it. |
| cognia_action_executeB | Execute a previously drafted Cognia action by action_run_id. This may mutate external systems such as Google Calendar. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cogniahq/cognia-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server