Skip to content

Add Python Interpreter #144

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions servers/mcp-code-interpreter/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: mcp-code-interpreter
image: mcp/mcp-code-interpreter
type: server
meta:
category: productivity
tags:
- productivity
about:
title: Python Interpreter
description: A Python-based execution tool that mimics a Jupyter notebook environment. It accepts code snippets, executes them, and maintains state across sessions — preserving variables, imports, and past results. Ideal for iterative development, debugging, or code execution.
icon: https://raw.githubusercontent.com/akuadane/mcp-code-interpreter/refs/heads/main/asset/logo.png
source:
project: https://github.com/akuadane/mcp-code-interpreter
run:
volumes:
- notebooks:/app/notebooks