Skip to content
Cursor

bearing local business for Cursor

io.github.nickoc/bearing-local-business

Reference MCP server: a demo bakery agents can query for hours, menu, availability, and orders.

client:Cursor transport:stdio runtime:npm

Install bearing local business in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "bearing-local-business": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bearing-local-business-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

bearing local business in other clients