Skip to content

Commit e1c5078

Browse files
authored
Add Python Interpreter (#144)
* added code interpreter * changed description
1 parent ee18fcd commit e1c5078

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: mcp-code-interpreter
2+
image: mcp/mcp-code-interpreter
3+
type: server
4+
meta:
5+
category: productivity
6+
tags:
7+
- productivity
8+
about:
9+
title: Python Interpreter
10+
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.
11+
icon: https://raw.githubusercontent.com/akuadane/mcp-code-interpreter/refs/heads/main/asset/logo.png
12+
source:
13+
project: https://github.com/akuadane/mcp-code-interpreter
14+
run:
15+
volumes:
16+
- notebooks:/app/notebooks

0 commit comments

Comments
 (0)