Spaces:
Paused
Paused
Create servers.json
Browse files- servers.json +50 -0
servers.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mcpServers": {
|
| 3 |
+
"fetch": {
|
| 4 |
+
"command": "uvx",
|
| 5 |
+
"args": ["mcp-server-fetch"]
|
| 6 |
+
},
|
| 7 |
+
"time": {
|
| 8 |
+
"command": "uvx",
|
| 9 |
+
"args": ["mcp-server-time"]
|
| 10 |
+
},
|
| 11 |
+
"markdownify": {
|
| 12 |
+
"command": "node",
|
| 13 |
+
"args": [
|
| 14 |
+
"/app/markdownify-mcp/dist/index.js"
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"playwright": {
|
| 18 |
+
"command": "npx",
|
| 19 |
+
"args": [
|
| 20 |
+
"@playwright/mcp@latest",
|
| 21 |
+
"--headless"
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"sequential-thinking": {
|
| 25 |
+
"command": "npx",
|
| 26 |
+
"args": [
|
| 27 |
+
"-y",
|
| 28 |
+
"@modelcontextprotocol/server-sequential-thinking"
|
| 29 |
+
]
|
| 30 |
+
},
|
| 31 |
+
"hfspace": {
|
| 32 |
+
"command": "npx",
|
| 33 |
+
"args": [
|
| 34 |
+
"-y",
|
| 35 |
+
"@llmindset/mcp-hfspace",
|
| 36 |
+
"shuttleai/shuttle-3.1-aesthetic",
|
| 37 |
+
"NihalGazi/FLUX-Pro-Unlimited",
|
| 38 |
+
"fantaxy/Sound-AI-SFX",
|
| 39 |
+
"hf-audio/whisper-large-v3-turbo"
|
| 40 |
+
]
|
| 41 |
+
},
|
| 42 |
+
"howtocook-mcp": {
|
| 43 |
+
"command": "npx",
|
| 44 |
+
"args": [
|
| 45 |
+
"-y",
|
| 46 |
+
"howtocook-mcp"
|
| 47 |
+
]
|
| 48 |
+
}
|
| 49 |
+
}
|
| 50 |
+
}
|