Skip to content

Added code-interpreter - an MCP server that lets LLMs execute Python code. #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

akuadane
Copy link

@akuadane akuadane commented Jul 4, 2025

This PR introduces a code interpreter — a lightweight MCP server that enables LLMs to safely execute Python code within a containerized environment.

How It Works
• The server receives Python code from the client.
• It executes the code in an isolated containerized environment.
• The response is returned as a dictionary with the following keys:
• result: the standard output of the execution
• error: any error message if the code fails to run

@akuadane akuadane requested a review from a team as a code owner July 4, 2025 23:08
@ipedrazas
Copy link
Contributor

There's no valid README.md in your repo.

@cmrigney
Copy link
Contributor

Closing this since it doesn't have a valid README.md, but feel free to open a PR again once you've added one!

@cmrigney cmrigney closed this Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants