21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["-y", "@playwright/mcp"]
|
|
},
|
|
"tavily-web-search": {
|
|
"type": "http",
|
|
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey=${TAVILY_API_KEY}"
|
|
},
|
|
"context7": {
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp"]
|
|
},
|
|
"deepwiki": {
|
|
"command": "npx",
|
|
"args": ["-y", "deepwiki-mcp"]
|
|
}
|
|
}
|
|
}
|