Your knowledge base, in every AI tool.

Upload your docs once. Query them from the web app, your API, or directly inside Claude, ChatGPT, and Cursor through MCP — every answer cites its source.

Try it now — the chat widget in the bottom-right corner is a live IntelliRepo answering from our own docs.

14-day free trial on every plan. No card required.

Claude
ChatGPT
Cursor
MCP
IntelliRepo
your knowledge base

One source. Every AI surface.

Enterprise-Grade Trust & Security

Built for teams that take data privacy seriously

Powered by Claude

Top-tier models from Anthropic, accessed securely through AWS Bedrock

Built on AWS

Enterprise infrastructure with private VPC endpoints and encrypted storage

Your Data Stays Yours

Never used to train AI models. Strict per-workspace isolation.

Connector-Scoped Access

OAuth 2.1 with PKCE for every AI connector. Revoke a Claude or ChatGPT install in one click.

NEW · MCP connector

Your knowledge base, in every AI tool.

IntelliRepo speaks the Model Context Protocol, so Claude, ChatGPT, Cursor, Codex, and any MCP-compatible client can search your collections directly — with citations, scoped to one workspace, revocable in one click.

Paste the server URL

In your AI client’s connector settings, drop in the IntelliRepo server URL.

Authorize scope

A browser opens. Pick a workspace and the collections this client can read.

Ask anything

The assistant calls ask_collection on its own and returns answers with sources.

Works with

Claude
ChatGPT
Cursor
Codex
and any MCP-compatible client
# Server URL
https://intellirepo.ai/api/v1/mcp

OAuth 2.1 with PKCE. Tokens scoped to one workspace. Revoke any time.

How It Works

Upload once. Query from anywhere — web app, API, or MCP-connected AI tool.

intellirepo.ai
Drag files here to upload
PDF, Word, Markdown, scanned images
Uploading...
1

Upload Documents

PDF, Word, Markdown, HTML, scanned images — we handle the extraction (including OCR).

2

AI Processing

We chunk and build a hybrid keyword + semantic index.

3

Ask Questions

Ask in plain English from the web app, your IDE, or Claude / ChatGPT.

4

Get Answers

Get answers with page-level citations.

Developer First

REST, MCP, and embeddable widgets — your knowledge base everywhere your stack lives

POST /api/v1/collections/:id/chat
const response = await fetch(
  'https://intellirepo.ai/api/v1/collections/col_abc123/chat',
  {
    method: 'POST',
    headers: {
      'Authorization': `Bearer ${apiKey}`
    },
    body: JSON.stringify({
      question: 'How do I configure auth?',
      top_k: 5
    })
  }
);
Response
{
  "question": "How do I configure auth?",
  "answer": "To configure authentication...",
  "sources": [
    {
      "document_name": "api-guide.pdf",
      "page_number": 24,
      "similarity": 0.94,
      "chunk_text": "..."
    }
  ]
}

Built-in Tools

Primary
MCP Connector
Claude, ChatGPT, Cursor, Codex, and any MCP client
Embeddable Widget
Drop-in chat for any website
Slack Integration
Ask from any channel or DM
Usage Analytics
Query trends, top docs, team insights

Simple, Transparent Pricing

14-day free trial on all plans. No credit card required. Save 10% with annual billing.

Solo

$29/mo

For solo builders and consultants

  • 500 queries/month
  • 3 collections
  • 100 documents
  • 1 user
  • API access
  • Widget embed
  • MCP connector
Start free trial

Pro

$89/mo

For small teams and curriculum designers

  • 2,000 queries/month
  • 10 collections
  • 500 documents
  • 5 team members
  • API access
  • Flexible overages
  • MCP connector
Start free trial
Most Popular

Team

$219/mo

For growing orgs

  • 10,000 queries/month
  • 50 collections
  • 5,000 documents
  • 20 team members
  • Priority support
  • Audit logs
  • MCP connector
Start free trial

Enterprise

Starting at $1,500/mo

For scale & compliance

  • 75,000 queries included
  • 1 TB storage
  • Priority support
  • Usage analytics
  • Audit logs
  • MCP connector
Contact Sales

See full pricing details including overages and annual discounts.

Built for every workflow

Same knowledge base. Different surfaces.

Product Documentation

Help customers find answers instantly

HR & Policies

Employee self-service for company info

Legal & Compliance

Quick lookup of contracts and regulations

Training & Curriculum

Course authors pull from a vetted source library in Claude or ChatGPT

Plug your knowledge base into your AI tools.

14-day free trial. Connect Claude or ChatGPT in under a minute.

Start free trial