bearing local business for Grok
io.github.nickoc/bearing-local-business
Reference MCP server: a demo bakery agents can query for hours, menu, availability, and orders.
client:Grok
transport:stdio
runtime:npm
Install bearing local business in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bearing-local-business": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bearing-local-business-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