Server data from the Official MCP Registry
MCP server for code executor. Features execute code, run command, run tests. From MEOK AI Labs.
MCP server for code executor. Features execute code, run command, run tests. From MEOK AI Labs.
This code executor MCP server has critical security vulnerabilities that make it unsafe for production use. The most severe issue is a hard-coded path injection at the module level (`sys.path.insert(0, os.path.expanduser('~/clawd/meok-labs-engine/shared'))`) that loads an external auth middleware from an uncontrolled directory, creating a supply-chain attack vector. Additionally, the `execute_code_docker` tool lacks proper authentication checks, safety validation, and error handling. While the server implements regex-based safety filters for blocking dangerous patterns, these can be bypassed, and the rate-limiting mechanism uses an in-memory dict without persistence, making it ineffective. The subprocess execution patterns, though using `shell=False`, still pose risks without proper input validation. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
6 files analyzed · 18 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-csoai-org-code-executor-mcp": {
"args": [
"-y",
"code-executor-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Installation · Docs · Report Bug
pip install code-executor-mcp
# or
npm install -g @meok-ai/code-executor-mcp
See the project repository for full documentation and examples.
MIT © CSOAI
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.