MCP-Server-Python
by Chris-June
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Server port | 8000 |
| DEBUG | No | Debug mode | false |
| GEMINI_MODEL | No | Gemini model | gemini-1.5-pro |
| OPENAI_MODEL | No | OpenAI model to use | gpt-4o-mini |
| GEMINI_API_KEY | No | Your Google Gemini API key (optional) | |
| OPENAI_API_KEY | No | Your OpenAI API key | |
| ANTHROPIC_MODEL | No | Anthropic model | claude-3-haiku-20240307 |
| EMBEDDING_MODEL | No | Embedding model for memory | text-embedding-ada-002 |
| DEFAULT_PROVIDER | No | Default LLM provider: openai, anthropic, or gemini | openai |
| ANTHROPIC_API_KEY | No | Your Anthropic API key (optional) | |
| OPENAI_VISION_MODEL | No | OpenAI vision model | gpt-4o |
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/Chris-June/MCP-Server-Python'
If you have feedback or need assistance with the MCP directory API, please join our Discord server