agents-mcp
by DedInc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENT_MODEL | No | Default model to use if not specified in the request. | gpt-5.3-codex |
| PRESETS_DIR | No | Directory where agent presets are stored. | ~/.agents-mcp/presets |
| AGENT_API_KEY | No | API key for the endpoint. | |
| AGENT_API_BASE | No | Base URL for the OpenAI-compatible API. | http://127.0.0.1:3030/v1 |
| AGENT_TIMEOUT_MS | No | Request timeout in milliseconds. | 300000 |
| AGENTS_MCP_DATA_DIR | No | Directory for the SQLite database (agents-mcp.db). | ~/.agents-mcp |
| AGENT_EMBEDDING_KEY | No | API key for the embedding endpoint. Falls back to AGENT_API_KEY. | |
| AGENT_CONTEXT_WINDOW | No | Token budget for context window management. | 128000 |
| AGENT_EMBEDDING_BASE | No | Base URL for the embedding endpoint (independent from AGENT_API_BASE). | https://api.openai.com/v1 |
| AGENT_MAX_CONCURRENT | No | Maximum number of concurrent in-flight API requests. | 10 |
| AGENT_EMBEDDING_MODEL | No | Embedding model for semantic vector memory. | text-embedding-3-small |
| AGENT_ALLOW_CUSTOM_BASE_URL | No | Set to false to prevent callers from overriding the base URL (SSRF guard). | true |
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
ActivityInactive
ResponsivenessNo issues