mcp-python-repl
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REPL_HOST | No | HTTP host (when using HTTP transport) | 127.0.0.1 |
| REPL_PORT | No | HTTP port (when using HTTP transport) | 8000 |
| REPL_SANDBOX | No | Enable sandboxing (true/false) | false |
| REPL_TIMEOUT | No | Max execution time in seconds | 30 |
| REPL_WORKDIR | No | Working directory for executions | cwd |
| REPL_TRANSPORT | No | Transport: stdio or streamable-http | stdio |
| REPL_MAX_OUTPUT | No | Max stdout/stderr capture (bytes) | 1048576 |
| REPL_SESSION_TTL | No | Session expiry in minutes | 120 |
| REPL_MAX_SESSIONS | No | Maximum concurrent sessions | 50 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aazizisoufiane/mcp-python-repl'
If you have feedback or need assistance with the MCP directory API, please join our Discord server