Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/akacianl/basicdeploy-mcp/basicdeploygit clone --depth 1 https://github.com/AkaciaNL/basicdeploy-mcpGrade A, and why
basicdeploy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"basicdeploy": {
"command": "npx",
"args": [
"-y",
"basicdeploy-mcp@latest"
],
"env": {
"BASICDEPLOY_API_KEY": "bd_your_api_key",
"BASICDEPLOY_URL": "https://basicdeploy.com"
}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 13 lines scan A e62f91a3359d
basicdeploy is an MCP server published in the GitHub repository AkaciaNL/basicdeploy-mcp (0 stars, last pushed 18d ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
architect-to-product
MCP server that turns software architectures into tested, secure products. Runs locally from the architect-to-product npm package.
golive-mcp
MCP server "golive-mcp" as configured in abbylester1/golive-mcp. Runs locally from the golive-mcp npm package.
codebase-memory
MCP server "codebase-memory" as configured in BernhardJackiewicz/architect-to-product. Launched with codebase-memory-mcp.
docker
MCP server for Docker — manage containers, images, volumes, and compose services from your IDE. Runs locally from the mcp-docker-server npm package.
antideploy-mcp
Deploy an application to Antideploy from a coding agent. MCP server and CLI. Runs locally from the antideploy-mcp npm package.
vercel-mcp-pro
Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API. Runs locally from the vercel-mcp-pro npm package. Needs 3 environment variables to run.