Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IIKOCLOUD_APP_IDYesApp ID for iikoCloud authentication (required for stdio transport)
IIKOCLOUD_API_KEYYesAPI key for iikoCloud authentication (required for stdio transport)
IIKOCLOUD_MCP_DENYNoComma-separated list of denied tool names/glob patterns
IIKOCLOUD_MCP_HOSTNoHost address for HTTP transport127.0.0.1
IIKOCLOUD_MCP_PORTNoPort for HTTP transport8000
IIKOCLOUD_MCP_ALLOWNoComma-separated list of allowed tool names/glob patterns
IIKOCLOUD_MCP_DOMAINSNoComma-separated list of domains to include (e.g., 'organizations,menu')
IIKOCLOUD_CLIENT_SECRETYesClient secret for iikoCloud authentication (required for stdio transport)
IIKOCLOUD_MCP_CACHE_TTLNoCache TTL in seconds for reference data (0 disables cache)300
IIKOCLOUD_MCP_TRANSPORTNoTransport mode: 'stdio' or 'http'stdio
IIKOCLOUD_MCP_ALLOW_WRITENoAllow write operations (set to '1', 'true', etc. to enable)0
IIKOCLOUD_MCP_CALL_TIMEOUTNoTimeout for each tool call in seconds120
IIKOCLOUD_MCP_CONFIRM_WRITESNoEnable confirmation for write operations (set to '0' or 'false' to disable)1
IIKOCLOUD_MCP_WRITE_FALLBACKNoFallback behavior for writes when client doesn't support elicitation: 'open' or 'closed'closed
IIKOCLOUD_MCP_MAX_RATE_WINDOWNoMaximum rate window in seconds (caps method rate limit windows)120
IIKOCLOUD_MCP_MAX_OUTPUT_CHARSNoMaximum output characters in response (positive integer; empty means no limit)
IIKOCLOUD_MCP_CACHE_MAX_ENTRIESNoMaximum number of cache entries (LRU eviction)256

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/UserVanya/Iikocloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server