Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CI_API_KEYYesYour Central Intelligence API key used for authentication.
CI_API_URLNoThe 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/AlekseiMarchenko/central-intelligence'

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