包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。 排除 node_modules、npm 缓存、sessions 等运行时数据。
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"mcpServers": {
|
|
"tavily": {
|
|
"url": "https://mcp.tavily.com/mcp/?tavilyApiKey=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"
|
|
},
|
|
"firecrawl-mcp": {
|
|
"command": "npx",
|
|
"args": ["-y", "firecrawl-mcp"],
|
|
"env": {
|
|
"FIRECRAWL_API_KEY": "fc-61df3f09dfef45f78da631e9587641d8"
|
|
}
|
|
},
|
|
"brave-search": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
|
|
"env": {
|
|
"BRAVE_API_KEY": "BSAS-BeQ-TnIFaZzt4wrecd-9jclVNl",
|
|
"http_proxy": "http://192.168.1.1:17892",
|
|
"https_proxy": "http://192.168.1.1:17892",
|
|
"HTTP_PROXY": "http://192.168.1.1:17892",
|
|
"HTTPS_PROXY": "http://192.168.1.1:17892"
|
|
}
|
|
}
|
|
},
|
|
"mcpServersDisabled": {
|
|
"cloudflare-search": {
|
|
"args": [
|
|
"-y",
|
|
"@yrobot/cf-search-mcp"
|
|
],
|
|
"command": "npx",
|
|
"env": {
|
|
"CF_SEARCH_TOKEN": "shumengya520",
|
|
"CF_SEARCH_URL": "https://search.smyhub.com"
|
|
}
|
|
}
|
|
}
|
|
}
|