66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"mcpServers": {
|
|
"serena": {
|
|
"type": "stdio",
|
|
"command": "uvx",
|
|
"args": [
|
|
"--from",
|
|
"git+https://github.com/oraios/serena",
|
|
"serena",
|
|
"start-mcp-server",
|
|
"--context",
|
|
"ide-assistant",
|
|
"--project",
|
|
"${workspaceFolder}"
|
|
],
|
|
"env": {}
|
|
},
|
|
"zen": {
|
|
"type": "stdio",
|
|
"command": "pwsh",
|
|
"args": [
|
|
"-NoLogo",
|
|
"-NoProfile",
|
|
"-Command",
|
|
"$p=(Get-Command uvx -ErrorAction SilentlyContinue).Source; if(-not $p){$c=@(\"$HOME\\.local\\bin\\uvx.exe\",\"C:\\\\Program Files\\\\uv\\\\bin\\\\uvx.exe\"); foreach($i in $c){ if(Test-Path $i){$p=$i; break}}}; if($p){ & $p --from git+https://github.com/BeehiveInnovations/zen-mcp-server.git zen-mcp-server } else { Write-Error 'uvx not found'; exit 1 }"
|
|
],
|
|
"env": {
|
|
"GEMINI_API_KEY": "your_gemini_key",
|
|
"OPENAI_API_KEY": "your_openai_key"
|
|
}
|
|
},
|
|
"playwright": {
|
|
"type": "stdio",
|
|
"command": "cmd",
|
|
"args": [
|
|
"/c",
|
|
"npx",
|
|
"-y",
|
|
"@playwright/mcp@latest"
|
|
],
|
|
"env": {}
|
|
},
|
|
"context7": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@upstash/context7-mcp@latest"
|
|
],
|
|
"env": {}
|
|
},
|
|
"@21st-dev/magic": {
|
|
"type": "stdio",
|
|
"command": "cmd",
|
|
"args": [
|
|
"/c",
|
|
"npx",
|
|
"-y",
|
|
"@21st-dev/magic@latest"
|
|
],
|
|
"env": {
|
|
"API_KEY": "adb246737aabae0b2f124fc85dc03737a0f65d9660b786732c31578649da10e5"
|
|
}
|
|
}
|
|
},
|
|
} |