Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ALLOW_SYSTEM_ACCESS | No | Controls whether the MCP server has system access. Set to 0 to disable system access for security. | 0 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_python_environments | List all available Python environments (system Python and conda environments). |
| list_installed_packages | |
| run_python_code | |
| run_python_file | |
| install_package | |
| read_file | |
| write_file | |
| list_directory | |
| clear_session | |
| list_sessions | List all active REPL sessions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| python_function_template | Generate a template for a Python function with docstring. |
| refactor_python_code | Help refactor Python code for better readability and performance. |
| debug_python_error | Help debug a Python error. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_environments_resource | List all available Python environments as a resource. |
| get_working_directory_listing | List all Python files in the working directory as a resource. |