Skip to content
Zed

prompyai for Zed

io.github.samouh-waleed/prompyai

Scores your prompts against your real codebase — context-aware prompt intelligence

client:Zed transport:stdio runtime:npm

Install prompyai in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "prompyai": {
      "command": "npx",
      "args": [
        "-y",
        "prompyai-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

prompyai in other clients