sdk for Grok
io.github.bolyra/sdk
TypeScript SDK for mutual ZKP authentication between humans and AI agents.
client:Grok
transport:stdio
runtime:npm
Install sdk in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sdk": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bolyra/sdk"
]
}
}
}
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