Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:43 +08:00
commit f6bae14008
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "perplexity",
"description": "Real-time web search, reasoning, and research through Perplexity's API",
"version": "0.5.0",
"author": {
"name": "Perplexity AI",
"email": "api@perplexity.ai"
},
"mcp": {
"perplexity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perplexity-ai/mcp-server"
],
"env": {
"PERPLEXITY_API_KEY": "${PERPLEXITY_API_KEY}",
"PERPLEXITY_TIMEOUT_MS": "${PERPLEXITY_TIMEOUT_MS:-600000}"
}
}
}
}