-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathserver.json
More file actions
44 lines (44 loc) · 1.36 KB
/
Copy pathserver.json
File metadata and controls
44 lines (44 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.wavespeed/mcp",
"description": "Run any model on the live WaveSpeed catalog: image, video, audio, 3D.",
"repository": {
"url": "https://github.com/WaveSpeedAI/mcp-server",
"source": "github"
},
"version": "1.0.7",
"packages": [
{
"registryType": "npm",
"identifier": "@wavespeed/mcp",
"version": "1.0.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "WAVESPEED_API_KEY",
"description": "WaveSpeed API key (https://wavespeed.ai/accesskey). Optional when the wavespeed CLI is logged in.",
"isRequired": false,
"isSecret": true,
"format": "string"
},
{
"name": "WAVESPEED_BASE_URL",
"description": "Override the WaveSpeed API base URL. Defaults to https://api.wavespeed.ai.",
"isRequired": false,
"isSecret": false,
"format": "string"
},
{
"name": "WAVESPEED_CLIENT_NAME",
"description": "Override the client name reported for channel attribution. Defaults to wavespeed-mcp.",
"isRequired": false,
"isSecret": false,
"format": "string"
}
]
}
],
"websiteUrl": "https://wavespeed.ai"
}