hosaka for Grok
io.github.plus8bit/hosaka
Company facts for AI agents: which vendors a company uses, proven from DNS. Paid in USDC.
client:Grok
transport:stdio
runtime:npm
Install hosaka in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hosaka": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hosaka-mcp"
],
"env": {
"HOSAKA_PRIVATE_KEY": "<HOSAKA_PRIVATE_KEY>",
"HOSAKA_URL": "<HOSAKA_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