localdb-agent
by madhurv01
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_PROVIDER | No | Planner provider: heuristic, ollama, anthropic, or openai. | heuristic |
| OLLAMA_MODEL | No | Model name for the local Ollama LLM planner. | llama3.1 |
| OPENAI_API_KEY | No | API key to enable the OpenAI hosted planner. | |
| LOCALDB_DB_ROOT | No | Sandbox root; database paths outside it are rejected. | ./databases |
| OLLAMA_BASE_URL | No | Base URL for the local Ollama LLM planner. | localhost:11434 |
| LOCALDB_DATA_DIR | No | App metadata database and snapshot files location. | ./data |
| ANTHROPIC_API_KEY | No | API key to enable the Anthropic hosted planner. | |
| LOCALDB_SANDBOX_MAX_MB | No | Maximum database size in MB for sandbox cloning; larger databases use static preview only. | 200 |
| LOCALDB_MAX_PREVIEW_ROWS | No | Maximum number of rows returned per read. | 200 |
| LOCALDB_REQUIRE_CONFIRM_ALL | No | If true, require confirmation for every mutating operation, not just risky ones. | false |
| LOCALDB_SANDBOX_SAMPLE_ROWS | No | Number of sample changed rows shown from a preview. | 10 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues