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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues