bitcoin risk brief for Grok
io.github.akarazhev/bitcoin-risk-brief
Daily Bitcoin risk with freshness state on every response. Research context, not advice.
client:Grok
transport:stdio
runtime:npm
Install bitcoin risk brief in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bitcoin-risk-brief": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@akarazhev/bitcoin-risk-brief-mcp"
],
"env": {
"BRB_API_BASE_URL": "<BRB_API_BASE_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