AbhinandG/code-runner
This project is a Code Generation and Running tool that leverages an LLM to generate Python code based on user queries. The generated code can be executed within a Docker container. The architecture involves a client-server model where the client sends code to a containerized environment for execution, and the server responds with the output.
Platform-specific configuration:
{
"mcpServers": {
"code-runner": {
"command": "npx",
"args": [
"-y",
"code-runner"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...