marrow
by ElxMaj
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | Yes | PostgreSQL connection string with pgvector extension (e.g., postgres://marrow:marrow@localhost:5432/marrow) | |
| MARROW_API_KEY | No | API key for Claude model (required for distillation, drift check, and propose_node; reads work without it) | |
| MARROW_PROVIDER | No | Optional model provider override (e.g., 'openai-compatible' for local LLM). Default uses Claude via MARROW_API_KEY. | |
| MARROW_SECRET_KEY | No | Optional key to encrypt connector secrets at rest. Required only if using connectors. | |
| MARROW_EMBEDDING_BASE_URL | No | Optional custom embedding endpoint (e.g., Ollama or OpenAI-compatible). Default uses local in-process model. |
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/ElxMaj/marrow'
If you have feedback or need assistance with the MCP directory API, please join our Discord server