jamjet-labs/engram-mcp-server
by jamjet-labs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | Database host. Required if using individual DB parameters. | |
| DB_USER | No | Database user. Required if using individual DB parameters. | |
| DB_DATABASE | No | Database name. Required if using individual DB parameters. | |
| DB_PASSWORD | No | Database password. Required if using individual DB parameters. | |
| DATABASE_URL | No | Database connection URL (e.g., postgresql://user:password@host/database). Alternative to individual DB parameters. | |
| GOOGLE_API_KEY | No | API key for Google provider. Required if ENGRAM_LLM_PROVIDER is google. | |
| OPENAI_API_KEY | No | API key for OpenAI-compatible providers. Required if ENGRAM_LLM_PROVIDER is openai-compatible. | |
| ANTHROPIC_API_KEY | No | API key for Anthropic provider. Required if ENGRAM_LLM_PROVIDER is anthropic. | |
| ENGRAM_LLM_PROVIDER | No | The LLM provider to use. Options: ollama, openai-compatible, anthropic, google, command, mock. | ollama |
| ENGRAM_EXTRACT_ON_SAVE | No | Control fact extraction when saving messages (e.g., true/false). | |
| ENGRAM_OPENAI_BASE_URL | No | Base URL for OpenAI-compatible providers (e.g., https://api.groq.com/openai/v1). Required if ENGRAM_LLM_PROVIDER is openai-compatible. |
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/jamjet-labs/engram-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server