Segmind MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level: error, warn, info, debug. | info |
| CACHE_ENABLED | No | Enable caching of results. | true |
| MAX_IMAGE_SIZE | No | Maximum image size in bytes (default 10MB). | 10485760 |
| SEGMIND_API_KEY | Yes | Your Segmind API key, required for authentication. | |
| FILE_OUTPUT_LOCATION | No | Directory to save generated files. Defaults to system temp directory. |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageB | Generate images from text prompts using various AI models. Returns base64-encoded image data with MIME type information. |
| list_modelsB | List available AI models by category |
| get_model_infoA | Get detailed information about a specific model |
| transform_imageA | Transform existing images using AI with various control methods. Accepts file paths directly (e.g. C:\photo.jpg), URLs, or base64. File paths are automatically processed without displaying the base64 string. |
| generate_videoA | Generate videos from text prompts or animate static images |
| enhance_imageC | Enhance images with upscaling, restoration, background removal, and more. Accepts file paths directly (e.g. C:\photo.jpg), URLs, or base64. File paths are automatically processed without displaying the base64 string. |
| generate_audioA | Generate speech audio from text using TTS models |
| generate_musicC | Generate music from text descriptions |
| estimate_costB | Estimate the credit cost and time for image/video generation operations |
| check_creditsA | Check remaining API credits |
| prepare_imageA | RECOMMENDED: Prepare a local image file for use with other tools. Returns a short ID instead of the full base64 string, avoiding display slowdowns. Always use this instead of read_local_image for image transformation tasks. |
| read_local_imageA | Read a local image file and convert it to base64. WARNING: Returns the full base64 string which can be very large and slow to display. Use prepare_image instead for better performance. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| art_styles | Generate images in specific art styles |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All Available Models | List all available Segmind models |
| TEXT2IMG Models | List models in the text2img category |
| IMG2IMG Models | List models in the img2img category |
| TEXT2VIDEO Models | List models in the text2video category |
| IMG2VIDEO Models | List models in the img2video category |
| TEXT2AUDIO Models | List models in the text2audio category |
| TEXT2MUSIC Models | List models in the text2music category |
| ENHANCEMENT Models | List models in the enhancement category |
| API Credits | Check remaining API credits |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/bratcliffe909/segmind-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server