Browse docs
Start Here

Get the Code

Accept the GitHub invite, get the repo on your computer (with or without the command line), and know how updates reach you.

Updated Aug 2026
On this page

After purchase, the landing page shows a Repo Access panel. This page takes you from that panel to the code sitting on your computer.

1. Connect GitHub and accept the invite

  1. On your boilerplate page, click Connect GitHub in the Repo Access panel.
  2. Approve the GitHub authorization. We send a collaborator invite to your GitHub account automatically.
  3. Open github.com/notifications (or your email) and accept the invitation to mcp-api-starter-template.

That's it. You now have read access to the private repo, including every future update.

Invite not showing?

Invites can take a minute. Refresh the boilerplate page: the panel polls your invite status and shows a direct link. If it still says pending after a few minutes, disconnect and reconnect GitHub on the same panel.

2. Get the code onto your computer

Path A (Git, recommended):

git clone https://github.com/hassancs91/mcp-api-starter-template.git my-api
cd my-api

my-api at the end names your local folder. Pick anything.

A terminal showing git clone finishing, then the contents of the new my-api folder
What a finished clone looks like. If you see a folder with CLAUDE.md and README.md in it, you are done with this page.

Path B (no command line):

  1. Install GitHub Desktop and sign in.
  2. File → Clone repository → pick mcp-api-starter-template from the list.
  3. Choose a folder and clone. GitHub Desktop shows you a normal folder when it's done.

Don't download the ZIP

The green "Code → Download ZIP" button works once, but a ZIP can't receive updates. Clone with Git or GitHub Desktop so git pull (or the "Pull" button) brings every improvement we ship.

3. How updates work

Your purchase includes lifetime updates. When we push improvements:

git pull

In GitHub Desktop that's the Pull origin button. The CHANGELOG marks anything [SECURITY] as pull-within-a-week, and [BREAKING] entries come with exact upgrade steps.

What you're allowed to do

One purchase = one commercial product (plus unlimited learning projects and prototypes). Modify anything, keep your fork private, deploy anywhere. The only hard no: don't republish or resell the template itself. Your own app's code is yours. Full plain-English terms are in the repo's LICENSE file.

Next: Run It on Your Computer.

Stop wiring plumbing. Start selling endpoints.

Django and FastMCP boilerplate for Claude Code: one Python class becomes a REST endpoint, an MCP tool and live docs, with billing, credits and OAuth wired. The stack behind ToolerBox.

Get it for $79 →