psychosynth for Cline
io.github.3esign/psychosynth
Psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402.
client:Cline
transport:stdio
runtime:npm
Install psychosynth in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs