psychosynth for Grok
io.github.3esign/psychosynth
Psychometric data marketplace: Big Five profiles, cognitive biases & behavioral data via x402.
client:Grok
transport:stdio
runtime:npm
Install psychosynth in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs