Skip to content

Commit 4556464

Browse files
authored
Merge pull request #21 from sunra-ai/main
feat: add sunra mcp server
2 parents 2c130f0 + fdcc44b commit 4556464

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

public/servers/official.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,17 @@
286286
},
287287
"homepage": "https://github.com/stripe/agent-toolkit"
288288
},
289+
{
290+
"name": "Sunra AI",
291+
"key": "sunra-mcp-server",
292+
"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.",
293+
"command": "npx",
294+
"args": ["-y", "@sunra/mcp-server"],
295+
"env": {
296+
"SUNRA_KEY": "{{apiKey@string::Your Sunra.ai API key, optional if you set the SUNRA_KEY environment variable system wide}}"
297+
},
298+
"homepage": "https://github.com/sunra-ai/sunra-clients/tree/main/mcp-server"
299+
},
289300
{
290301
"name": "Tavily Search",
291302
"key": "tavily-search",

0 commit comments

Comments
 (0)