Skip to content
Cursor

bling bag for Cursor

io.github.tjclaude88/bling-bag

Give your bot an identity!

client:Cursor transport:stdio runtime:npm

Install bling bag in Cursor

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

{
  "mcpServers": {
    "bling-bag": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bling-bag"
      ]
    }
  }
}

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

bling bag in other clients