identity for Grok
io.github.vdappdev2/identity
MCP server for VerusID identities — register, update, revoke, recover, query, set timelock
client:Grok
transport:stdio
runtime:npm
Install identity in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"identity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verusidx/identity-mcp"
]
}
}
}
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