Developer Context Agent
by SinuxDev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port | 3100 |
| API_KEY | No | Optional API auth | |
| REDIS_URL | No | Redis connection string | redis://localhost:6379 |
| DATABASE_URL | No | Postgres connection string | postgres://dca:dca@localhost:5432/developer_context_agent |
| GROQ_API_KEY | No | Groq API key (recommended for free tier) | |
| DEFAULT_MODEL | No | Default model (provider:model) | groq:llama-3.3-70b-versatile |
| PLANNER_MODEL | No | Planner model (provider:model) | groq:llama-3.1-8b-instant |
| OPENAI_API_KEY | No | OpenAI API key | |
| ANTHROPIC_API_KEY | No | Anthropic API key | |
| TOKEN_BUDGET_DEFAULT | No | Default token budget | 32000 |
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
ActivityStale
ResponsivenessNo issues