added more concepts

This commit is contained in:
Shayan Rais
2026-03-02 13:15:36 +05:00
parent c59026257a
commit 182ca334f0
6 changed files with 157 additions and 46 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp"]
},
"reddit-mcp-server": {
"type": "http",
"url": "http://144.91.76.33:8080/mcp"
},
"tavily-web-search": {
"type": "http",
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey=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"
},
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"deepwiki": {
"command": "npx",
"args": ["-y", "deepwiki-mcp"]
}
}
}