Appa Tools documentation for MCP Studio, including setup, guides, concepts, and API-related reference content.

Skip to main content

Add sources

Sources are the trusted content your MCP server indexes and makes searchable. Add sources during server creation or later from the dashboard.

Build absolutely anything...with the right context.

AudienceMCP creators, content owners, and teams choosing source strategy
PrerequisitesSource URLs and an MCP server draft or deployed MCP server

Source types

TypeExampleNotes
Documentation sitehttps://docs.docker.comCrawls up to 5,000 pages
GitHub repo (public)https://github.com/docker/docsIndexes README, markdown, and source files
GitHub repo (private)https://github.com/your-org/internal-docsAuto-detected; prompts you to link GitHub
Any websitehttps://blog.example.comCrawls pages on the same hostname
Another MCP serverhttps://example.com/mcp/abcFederated at query time, not crawled. You can still use /sse for legacy compatibility.

Add sources during creation

In the wizard's Sources step, paste each URL and it will be validated automatically. What happens depends on the URL:

  • Public website or docs site: MCP Studio estimates the page count. If the site exceeds 5,000 pages, the wizard offers to use its underlying GitHub docs repo instead, or you can proceed with the 5,000-page cap.
  • Public GitHub repo: The repo is added immediately.
  • Private GitHub repo: MCP Studio detects that it can't access the repo publicly and shows a private-repo callout. Click Link GitHub Account or Sign in with GitHub. After verification, the source is added with a Private badge.
  • MCP server URL: The source is added immediately, and queries are federated to that server at runtime.

The free tier includes 2 sources per server.

Add sources from the dashboard

  1. Open your server on the Dashboard.
  2. Go to the Sources section.
  3. Paste a new URL.
  4. Click Add Source. The source begins indexing immediately as a background job. You can leave the page — indexing continues until it completes or fails.
Extra sources

The free tier includes 2 sources per server. After that, each additional source is $3.

Refresh sources

Each source has a Refresh button that re-indexes it. Unchanged pages are detected and skipped, so a refresh of a stable docs site is much cheaper than the first crawl. Refresh is available even while a source is already indexing (Restart indexing).

Sources also auto-refresh daily at 7:00 AM Central US time. Closing the dashboard does not stop an in-progress run.

Source size and plans

Source size is measured in indexed chunks. A chunk is a small passage of your content — a section of a page, a code block, a function — stored so an AI agent can retrieve exactly the part that answers a question instead of a whole page.

The allowance is per MCP server and cumulative: all of the sources on a server share one pool rather than each getting its own.

PlanIndexed chunks per server
FreeUp to 500K
Starter ($25/mo)Up to 1M
Growth ($50/mo)Up to 2M
Scale ($150/mo)Up to 3M

When a server reaches its allowance, indexing stops at the limit instead of failing:

  • Everything already indexed stays queryable and your MCP server keeps working.
  • The source shows that it reached the size limit for your plan.
  • You can upgrade for a larger allowance, or remove another source from that server to make room.

Adding a brand-new source to a server that is already at its allowance is declined up front, so you never wait on a crawl that could not have stored anything.

Large documentation sites

If a site is very large:

  1. Review the wizard callout that explains the limitation.
  2. Choose one option:
    1. Proceed with the configured page cap.
    2. Provide a more specific URL, such as a specific docs section.
    3. Connect the docs GitHub repo for broader coverage.

Private GitHub repos

When you paste a private repo URL into the wizard or the dashboard, MCP Studio:

  1. Detects that the repo isn't publicly visible.
  2. Asks you to authenticate — if you originally signed up with Google, you'll see a Link GitHub Account button. If you started with GitHub, this step is silent because we already have your token.
  3. Verifies access as your linked GitHub user before creating the source, so an unreadable repo fails immediately with an actionable prompt instead of producing an empty source.
  4. Indexes the repo. Private sources are marked with a lock badge in the dashboard.

We request the repo scope because GitHub doesn't offer a "read-only private repo" scope. The token is stored server-side, is never exposed to the browser, and is only used to read the repository. No code is retained beyond the indexed text.

What if access is later revoked?

If you remove MCP Studio from your GitHub authorized apps, the next refresh will fail with a auth_required error and the dashboard will show a Re-authenticate CTA next to that source.

Common errors

Error reasonWhat it meansFix
auth_requiredWe don't have a valid GitHub token for this accountClick Link GitHub in the dashboard or wizard
not_foundToken is valid but the repo wasn't found (renamed, deleted, or you lost access)Confirm the URL or re-grant org access in GitHub settings
rate_limitedGitHub temporarily rate-limited the lookupWait a minute and click Refresh
networkFetch timed out or the site was unreachableClick Refresh
no_contentPages returned almost no extractable textUse a more specific docs URL or the GitHub docs repo
stalledIndexing stopped reporting progress and was resetClick Restart indexing
storage_budgetThe server reached the total source size for your planUpgrade for a larger allowance, or remove another source
storage_limitIndex storage was temporarily fullExisting content stays queryable; retry after space is freed