Skip to main content
Glama
ashwanijha04

Extremis Memory Connector for all AI agents

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EXTREMIS_STORENoBackend: sqlite · postgres · chroma · pineconesqlite
ANTHROPIC_API_KEYNoAnthropic API key (required for consolidation using Claude)
EXTREMIS_EMBEDDERNoModel name — sentence-transformers or OpenAIall-MiniLM-L6-v2
EXTREMIS_RL_ALPHANoUtility score weight in retrieval ranking0.5
EXTREMIS_NAMESPACENoUser/agent isolation scopedefault
EXTREMIS_CHROMA_PATHNoChromaDB persistence directory~/.extremis/chroma
EXTREMIS_FRIDAY_HOMENoBase dir for logs and SQLite DB~/.extremis
EXTREMIS_POSTGRES_URLNoPostgres DSN (required when store=postgres)
EXTREMIS_EMBEDDING_DIMNoVector dimension (must match model)384
EXTREMIS_OPENAI_API_KEYNoOpenAI key (required for OpenAI embedders)
EXTREMIS_PINECONE_INDEXNoPinecone index nameextremis
EXTREMIS_PINECONE_API_KEYNoPinecone API key
EXTREMIS_CONSOLIDATION_MODELNoLLM for consolidationclaude-haiku-4-5-20251001
EXTREMIS_RECENCY_HALF_LIFE_DAYSNoRecency decay half-life90
EXTREMIS_ATTENTION_FULL_THRESHOLDNoScore ≥ this → full attention75
EXTREMIS_ATTENTION_MINIMAL_THRESHOLDNoScore ≥ this → minimal25
EXTREMIS_ATTENTION_STANDARD_THRESHOLDNoScore ≥ this → standard50

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/ashwanijha04/extremis'

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