Assets Generation MCP Server
by ayaka209
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host for SSE/HTTP mode | localhost |
| MCP_PORT | No | Port for SSE/HTTP mode | 3000 |
| DEFAULT_MODEL | No | Default model when the tool call does not provide model | gemini-2.5-flash-image |
| MCP_TRANSPORT | No | Transport mode: stdio / sse / http | stdio |
| GEMINI_API_KEY | No | Google Gemini API key | |
| MCP_STDIO_LOGS | No | Enable startup/runtime logs in stdio mode | false |
| OPENAI_API_KEY | No | OpenAI-compatible API key | |
| GEMINI_BASE_URL | No | Gemini API proxy endpoint | |
| OPENAI_BASE_URL | No | OpenAI-compatible API proxy endpoint | |
| OPENAI_IMAGE_MODEL | No | OpenAI-compatible image model used in integration tests | gpt-image-2 |
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/ayaka209/assets-gen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server