image_mcp
by karlcc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | HTTP port for MCP server (default: 8080) | 8080 |
| MCP_USE_HTTP | No | Enable HTTP/SSE transport (true/false) | |
| OPENAI_MODEL | Yes | The model to use for image analysis | |
| OPENAI_API_KEY | Yes | Your API key for the OpenAI-compatible service | |
| OPENAI_TIMEOUT | No | Request timeout in milliseconds (default: 60000) | 60000 |
| OPENAI_BASE_URL | No | The base URL of the OpenAI-compatible service (default: http://localhost:9292/v1) | http://localhost:9292/v1 |
| OPENAI_STREAMING | No | Enable/disable streaming (true/false) | |
| OPENAI_MAX_RETRIES | No | Maximum number of retry attempts (default: 3) | 3 |
| IMAGE_MCP_CONFIG_PATH | No | Override config file path (default: ~/.config/image_mcp/config.json) |
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/karlcc/image_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server