Extremis Memory Connector for all AI agents
by ashwanijha04
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| EXTREMIS_STORE | No | Backend: sqlite · postgres · chroma · pinecone | sqlite |
| ANTHROPIC_API_KEY | No | Anthropic API key (required for consolidation using Claude) | |
| EXTREMIS_EMBEDDER | No | Model name — sentence-transformers or OpenAI | all-MiniLM-L6-v2 |
| EXTREMIS_RL_ALPHA | No | Utility score weight in retrieval ranking | 0.5 |
| EXTREMIS_NAMESPACE | No | User/agent isolation scope | default |
| EXTREMIS_CHROMA_PATH | No | ChromaDB persistence directory | ~/.extremis/chroma |
| EXTREMIS_FRIDAY_HOME | No | Base dir for logs and SQLite DB | ~/.extremis |
| EXTREMIS_POSTGRES_URL | No | Postgres DSN (required when store=postgres) | |
| EXTREMIS_EMBEDDING_DIM | No | Vector dimension (must match model) | 384 |
| EXTREMIS_OPENAI_API_KEY | No | OpenAI key (required for OpenAI embedders) | |
| EXTREMIS_PINECONE_INDEX | No | Pinecone index name | extremis |
| EXTREMIS_PINECONE_API_KEY | No | Pinecone API key | |
| EXTREMIS_CONSOLIDATION_MODEL | No | LLM for consolidation | claude-haiku-4-5-20251001 |
| EXTREMIS_RECENCY_HALF_LIFE_DAYS | No | Recency decay half-life | 90 |
| EXTREMIS_ATTENTION_FULL_THRESHOLD | No | Score ≥ this → full attention | 75 |
| EXTREMIS_ATTENTION_MINIMAL_THRESHOLD | No | Score ≥ this → minimal | 25 |
| EXTREMIS_ATTENTION_STANDARD_THRESHOLD | No | Score ≥ this → standard | 50 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/ashwanijha04/extremis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server