From fdcc44b1ff852a1d85d7a283e078618bf26bb651 Mon Sep 17 00:00:00 2001 From: banyudu Date: Wed, 16 Jul 2025 16:15:43 +0800 Subject: [PATCH] feat: add sunra mcp server --- public/servers/official.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/servers/official.json b/public/servers/official.json index 55c83f9..cf5266f 100644 --- a/public/servers/official.json +++ b/public/servers/official.json @@ -286,6 +286,17 @@ }, "homepage": "https://github.com/stripe/agent-toolkit" }, + { + "name": "Sunra AI", + "key": "sunra-mcp-server", + "description": "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.", + "command": "npx", + "args": ["-y", "@sunra/mcp-server"], + "env": { + "SUNRA_KEY": "{{apiKey@string::Your Sunra.ai API key, optional if you set the SUNRA_KEY environment variable system wide}}" + }, + "homepage": "https://github.com/sunra-ai/sunra-clients/tree/main/mcp-server" + }, { "name": "Tavily Search", "key": "tavily-search",