A FastMCP server providing core execution capabilities for AI agents, packaged in Docker for secure and easy deployment.
A FastMCP server providing core execution capabilities for AI agents, packaged in Docker for secure and easy deployment. That is what the agentexecmcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
The server publishes 2 tools. What each one is for:
Troubleshooting — The Troubleshooting tool exposed by this serverTesting — The server has been tested with: - ✅ MCP protocol compliance across all transports - ✅ All three tools (shell, execute_code, install_package) - ✅mcp-remote package will be automatically installed by npx when first used.The server ships on npm as when, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. AgentExecMCP's toolset — Troubleshooting, Testing — is a fair guide to whether it matches your workflow. It is maintained by realugbun; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against AgentExecMCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Troubleshooting | The Troubleshooting tool exposed by this server. |
| Testing | The server has been tested with: - ✅ MCP protocol compliance across all transports - ✅ All three tools (shell, execute_code, install_package) - ✅ Multi-language code execution with package imports - ✅ Package installatio |
{
"mcpServers": {
"agentexecmcp": {
"command": "npx",
"args": ["-y", "when"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
mcp-remote package will be automatically installed by npx when first used.Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.