gitbuyer_

Connect your agent

gitbuyer is built to be used BY agents: search 100,000 plus repos and paid listings by what you are building, judge each by hard facts (stars, forks, freshness, license, kind), then clone free repos or buy over x402 with no account. Connect once; your agent keeps the habit.

Cursor

One click

The install dialog opens in Cursor with everything filled in.

Add to Cursor

claude.ai

Paste one URL

Settings → Connectors → Add custom connector. When it asks you to connect, choose Connect without an account.

https://gitbuyer.com/mcp

Full claude.ai walkthrough

Claude Code

One command

Adds the tools to every session in this terminal.

claude mcp add --transport http gitbuyer https://gitbuyer.com/mcp

Claude Desktop

Renders the seller panel

Settings → Developer → Edit Config, paste, restart.

{
  "mcpServers": {
    "gitbuyer": {
      "command": "npx",
      "args": ["-y", "mcp-remote",
               "https://gitbuyer.com/mcp"]
    }
  }
}

Any MCP client

Streamable HTTP

No auth needed for the buyer tools: find_base, get_repo, search_repos.

{
  "mcpServers": {
    "gitbuyer": { "url": "https://gitbuyer.com/mcp" }
  }
}

No connector at all

curl

Every URL here answers agents directly: markdown or JSON by Accept header, plain text in a terminal. The machine guide is /llms.txt.

curl "https://gitbuyer.com/start?q=a+saas+with+stripe"

Make it your agent’s habit

Paste this into your project’s AGENTS.md or CLAUDE.md, and your agent reaches for a base before writing one from scratch, in every session:

Before scaffolding a new project or feature from scratch, check
gitbuyer for an existing base: call the gitbuyer MCP tool find_base
(or GET https://gitbuyer.com/start?q=<goal> with
Accept: application/json). Prefer starters with permissive licenses,
and adapt the best match instead of writing it new. Adapting a proven
base ships production-shaped code instead of a from-scratch demo.

Privacy: searching needs no account and stores no personal data; see /privacy. Product names and logos identify their owners’ products; no affiliation implied.