54
/ 100
1 month ago
glama

agents-mcp

Enables running AI agents via OpenAI-compatible APIs with custom system prompts, models, and queries. Supports persistent memory, preset agents, and multi-step workflows like pipelines and swarms.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 2 credentials: AGENT_API_KEY, AGENT_EMBEDDING_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies1 critical3 high1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

criticalvitest@4.0.18GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

high@modelcontextprotocol/sdk@1.10.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.10.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.10.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

lowyaml@2.8.2GHSA-48c2-rrv3-qjmp

yaml is vulnerable to Stack Overflow via deeply nested YAML collections

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configAGENTS_MCP_DATA_DIR~/.agents-mcp Directory for the SQLite database (agents-mcp.db).
configAGENT_ALLOW_CUSTOM_BASE_URLtrue Set to false to prevent callers from overriding the base URL (SSRF guard).
configAGENT_API_BASE"": "http://127.0.0.1:3030/v1",
🔐 secretAGENT_API_KEY"": "optional",
configAGENT_CONTEXT_WINDOW128000 Token budget for context window management.
configAGENT_EMBEDDING_BASEThis feature requires the endpoint to support the /embeddings route. If it doesn't, embedding silently fails and agents continue without semantic recall.
🔐 secretAGENT_EMBEDDING_KEYFalls back to AGENT_API_KEY API key for the embedding endpoint.
configAGENT_EMBEDDING_MODELtext-embedding-3-small Embedding model for semantic vector memory.
configAGENT_MAX_CONCURRENT10 Maximum number of concurrent in-flight API requests.
configAGENT_MODEL"": "gpt-5.3-codex"
configAGENT_TIMEOUT_MS300000 Request timeout in milliseconds.
configPRESETS_DIR~/.agents-mcp/presets Directory where agent presets are stored.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/dedinc-agents-mcp-1hlaq0)](https://m8ven.ai/mcp/dedinc-agents-mcp-1hlaq0)
commit: e1c5555a9db5b62e3b60b2fd18810469291dd33a
code hash: b1e4cb65378544df6378dbdaec19f756e5e976639cb12c695e9e3317ccbed5d5
verified: 6/21/2026, 10:24:49 AM
view raw JSON →