Skip to main content
Glama
bash20cu

Professional Python MCP Server

by bash20cu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYYesGemini API Key required for model discovery and agent interaction.

Tools

Functions exposed to the LLM to take actions

NameDescription
read_code

Reads the content of a file. Supported extensions: .py, .ts, .tsx, .js, .json, .md.

write_code

Writes or overwrites content to a file.

run_terminal

Executes a shell command and returns stdout and stderr. Example: npm run dev, pytest, etc.

list_models_with_limits

Lists available Gemini models sorted by input token limit (context window). Provides a proxy for 'capacity' since exact quota is not available via API.

notify_dev

Sends a desktop notification. Supports Linux (notify-send).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/bash20cu/mcp-server-python'

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