jamjet-labs/engram-mcp-server
by jamjet-labs
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ENGRAM_DB_PATH | No | Database path. Use :memory: for ephemeral, a file path for SQLite, or postgres:// URL | :memory: |
| ENGRAM_LLM_PROVIDER | No | LLM provider for fact extraction (mock, ollama, openai-compatible, anthropic, google) | mock |
| ENGRAM_EMBEDDING_DIMS | No | Embedding dimensions | 768 |
| ENGRAM_EMBEDDING_PROVIDER | No | Embedding provider for vector search (mock, ollama) | mock |
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