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 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/DedInc/agents-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server