50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"mcpServers": {
|
|
"ios-simulator": {
|
|
"command": "npx",
|
|
"args": ["-y", "@smithery/mcp-server-ios-simulator"],
|
|
"env": {},
|
|
"disabled": false
|
|
},
|
|
"mobile-device": {
|
|
"command": "npx",
|
|
"args": ["-y", "@smithery/mcp-server-mobile-device"],
|
|
"env": {},
|
|
"disabled": false
|
|
},
|
|
"figma": {
|
|
"command": "curl",
|
|
"args": ["-X", "POST", "http://127.0.0.1:3845/mcp"],
|
|
"env": {},
|
|
"disabled": false
|
|
},
|
|
"postman": {
|
|
"command": "npx",
|
|
"args": ["@postman/mcp-server"],
|
|
"env": {},
|
|
"disabled": false
|
|
},
|
|
"context7": {
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp"],
|
|
"env": {},
|
|
"disabled": false
|
|
},
|
|
"serena": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"--from",
|
|
"git+https://github.com/oraios/serena",
|
|
"serena",
|
|
"start-mcp-server",
|
|
"--context",
|
|
"ide-assistant",
|
|
"--project",
|
|
"."
|
|
],
|
|
"env": {},
|
|
"disabled": false
|
|
}
|
|
}
|
|
}
|