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 |
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/SinuxDev/developer-context-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server