Sunra.ai Mcp Server

by sunra-ai

290 downloads
Not rated
GitHub

About

Sunra.ai is a generative media platform built for developers, providing high-performance AI model inference capabilities. It specializes in running diffusion models through production-ready APIs and interactive UI playgrounds.

Details

Author
sunra-ai
Downloads
290
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Sunra.ai Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

##

submit

Submit a request to the Sunra queue for processing

status

Check the status of a request in the Sunra queue

result

Retrieve the result of a completed request from the Sunra queue

cancel

Cancel a request in the Sunra queue

subscribe

Submit a request to the Sunra queue and wait for completion

set-sunra-key

Set the Sunra API key for authenticating with the Sunra.ai service

upload

Upload a file to Sunra storage and get back a URL

list-models

List all available AI models from the Sunra API

search-models

Search for AI models by keywords in their names, descriptions, or aliases

model-schema

Get the input and output JSON schemas for a specific AI model endpoint from its OpenAPI specification

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "sunra.ai mcp server": {
            "sunra-mcp-server": {
                "command": "npx",
                "args": [
                    "@sunra/mcp-server"
                ],
                "env": {
                    "SUNRA_KEY": "sk-api-xxxx. optional if you set the SUNRA_KEY environment variable system wide"
                }
            }
        }
    }
}

McpServers

{
    "sunra-mcp-server": {
        "command": "npx",
        "args": [
            "@sunra/mcp-server"
        ],
        "env": {
            "SUNRA_KEY": "sk-api-xxxx. optional if you set the SUNRA_KEY environment variable system wide"
        }
    }
}

Sunra.ai is a generative media platform built for developers, providing high-performance AI model inference capabilities. It specializes in running diffusion models through production-ready APIs and interactive UI playgrounds.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.