psychosynth for Cursor
io.github.3esign/psychosynth
Psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402.
client:Cursor
transport:stdio
runtime:npm
Install psychosynth in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"psychosynth": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs