Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
API_KEYYesThe 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

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/darktw/usecortex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server