Skip to content
Zed

psychosynth for Zed

io.github.3esign/psychosynth

Psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402.

client:Zed transport:stdio runtime:npm

Install psychosynth 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": {
    "psychosynth": {
      "command": "npx",
      "args": [
        "-y",
        "psychosynth-mcp"
      ],
      "env": {
        "PSYCHOSYNTH_API_URL": "<PSYCHOSYNTH_API_URL>",
        "BUYER_PRIVATE_KEY": "<BUYER_PRIVATE_KEY>",
        "BASE_RPC_URL": "<BASE_RPC_URL>"
      }
    }
  }
}

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

psychosynth in other clients