Skip to content
Zed

perplexity for Zed

com.mcparmory/perplexity

Search the web, generate AI responses, and create embeddings with real-time information

client:Zed transport:stdio runtime:pypi

Install perplexity in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "perplexity": {
      "command": "uvx",
      "args": [
        "mcparmory-perplexity"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

perplexity in other clients