The runtime your agent deploys to — DB, storage, and a public URL in one MCP call.
npx @getmcp/cli add io.github.AkaciaNL/basicdeploy-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
BASICDEPLOY_API_KEYYour BasicDeploy API key (bd_...). Create one at https://basicdeploy.com/api-keys — required to call any tool (the server still starts without it so clients can introspect the tool list).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AkaciaNL/basicdeploy-mcp": {
"command": "npx",
"args": [
"-y",
"basicdeploy-mcp"
],
"env": {
"BASICDEPLOY_API_KEY": "",
"BASICDEPLOY_URL": "https://basicdeploy.com"
}
}
}
}Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.
Rust MCP server for homelab logs, syslog, Docker logs, FTS search, and AI transcript correlation.
Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run.