Skip to main content
Context7 MCP

Quickstart

Preview and publish a Docs7 site
1 min read

1. Add your docs#

In a new folder, create a docs.json file:

Tip

You can skip this step if your project already has a docs.json or mint.json file.

docs.json

Then add the first page:

index.mdx

2. Install the CLI#

Install the package globally:

This adds the docs7 command to your terminal.

3. Start the dev server#

Run this from the folder that contains docs.json:

Open http://localhost:3333. The page reloads when you edit a file.

The first run downloads the renderer and caches it for later. You can also pass a project folder or use another port:

Note

You can also run the CLI without installing it: npx @upstash/docs7 dev.

4. Publish#

  1. Push the project to GitHub.
  2. Open the Docs7 tab in your Context7 teamspace.
  3. Click Add New Site and choose the repository.
  4. Set the production branch and the folder that contains docs.json.
  5. Click Publish Site.
Publish a site in Docs7

Every push to the production branch creates a new deployment. Pull requests get a preview site.

Next, see the components you can use in MDX.