Skip to main content
Glama

Gemini MCP Server for Claude Desktop

gemini-code-execute

Execute Python code in a secure sandbox with intelligent enhancements based on user preferences and context, such as data science or automation tasks.

Instructions

Execute Python code using Gemini's built-in code execution sandbox (with learned user preferences)

Input Schema

NameRequiredDescriptionDefault
codeYesPython code to execute in the sandbox
contextNoOptional context for intelligent enhancement (e.g., "data-science", "automation", "testing")

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Python code to execute in the sandbox", "type": "string" }, "context": { "description": "Optional context for intelligent enhancement (e.g., \"data-science\", \"automation\", \"testing\")", "type": "string" } }, "required": [ "code" ], "type": "object" }
Install Server

Other Tools from Gemini MCP Server for Claude Desktop

Related Tools

    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/Garblesnarff/gemini-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server