Skip to main content
Glama
cogniahq

@cogniahq/mcp

Official
by cogniahq

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COGNIA_API_KEYYesYour Cognia API key (required)
COGNIA_BASE_URLNoBase URL for the Cognia APIhttps://api.cogniahq.tech
COGNIA_TIMEOUT_MSNoTimeout in milliseconds for API requests30000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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