Viraly MCP Server
Officialby viraly-io
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP transport | 8080 |
| LOG_LEVEL | No | pino level | info |
| MCP_TRANSPORT | No | Transport mode: http or stdio | http |
| MCP_CORS_ORIGINS | No | Comma-separated allowed origins | |
| MCP_PUBLIC_ORIGIN | No | This server's public URL | https://mcp.viraly.io |
| VIRALY_API_ORIGIN | No | Upstream Platform API | https://api.viraly.io |
| VIRALY_ACCESS_TOKEN | No | Access token for stdio transport (required if MCP_TRANSPORT=stdio) | |
| VIRALY_OAUTH_ISSUER | No | Issuer URL for OAuth metadata (defaults to VIRALY_API_ORIGIN) | |
| MCP_RATE_LIMIT_PER_MINUTE | No | Per-token cap | 300 |
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/viraly-io/viraly-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server