mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
- Implements MCP server with Perplexity API integration - Adds three tools: web_search, deep_research, and ask_followup - Includes comprehensive documentation and example configuration - Supports various search options including domain filtering and recency - Provides deep research capabilities with Pro models - Closes #6271
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"mcpServers": {
|
|
"perplexity": {
|
|
"command": "node",
|
|
"args": ["./examples/mcp-servers/perplexity/build/index.js"],
|
|
"env": {
|
|
"PERPLEXITY_API_KEY": "pplx-YOUR_API_KEY_HERE"
|
|
},
|
|
"disabled": false,
|
|
"alwaysAllow": [],
|
|
"disabledTools": []
|
|
}
|
|
}
|
|
}
|