sdk for Grok
com.mnemopay/sdk
Memory + wallet for AI agents. Real payment rails, Agent FICO 300-850, Merkle audit, identity.
client:Grok
transport:stdio
runtime:npm
Install sdk in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sdk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mnemopay/sdk"
],
"env": {
"MNEMOPAY_API_KEY": "<MNEMOPAY_API_KEY>",
"MNEMOPAY_PERSIST_DIR": "<MNEMOPAY_PERSIST_DIR>"
}
}
}
}
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