code-executor-mcp MCP server by MEOK AI Labs
code-executor-mcp MCP server by MEOK AI Labs
code-executor-mcp Ā· v1.0.4
by CSOAI-ORG
Code Executor MCP
Sandboxed code execution: Python, JavaScript, and shell commands with safety guards, output captu...
Sandboxed code execution: Python, JavaScript, and shell commands with safety guards, output capture, and timeout protection.
Quick Install
| Client | Install |
|---|---|
| Claude Desktop | |
| Cursor | |
| VS Code | |
| Windsurf | |
| Docker | docker run -p 8000:8000 code-executor-mcp |
| pip | pip install code-executor-mcp |
Overview
š Quick Start
# Install via pip
pip install code_executor_mcp
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (Ā£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
ā Full catalogue: councilof.ai/catalogue
ā MEOK AI Labs: meok.ai
šø Try MEOK in 30 seconds ā instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe ā VAT-clean. Builds on the 81-MCP MEOK fleet.
Verify any signed report at https://meok.ai/verify.
See also
MEOK compliance MCP fleet:
code-reviewer-ai-mcp
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"code-executor-mcp": {
"command": "uvx",
"args": ["code-executor-mcp"]
}
}
}
Or: pip install code-executor-mcp then run the code-executor-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
execute_codeto ā¦" - "Use
run_commandto ā¦" - "Use
run_teststo ā¦"