Learn Context Pilot

Everything you need to get started, configure connectors, integrate with your AI tools, and self-host.

Getting Started

Get up and running in under 2 minutes.

Quick Start Guide

Install via Docker, import your first knowledge, and connect your AI tool. Step-by-step walkthrough.

View on GitHub

Core Concepts

Understand knowledge items, profiles, workspaces, tags, connectors, and the assembly pipeline.

On GitHub

Installation

Multiple ways to run Context Pilot — from one-click cloud to fully self-hosted.

GitHub

Clone the repo and build from source. Full control, MIT licensed, no registration.

GitHub

Docker Compose

Single docker-compose.yml. Runs on any Linux server, Raspberry Pi, NAS, or local machine.

Docker Hub

Single Binary

Download a single binary for Linux, macOS, or Windows. No dependencies. One command.

On GitHub

Connectors

17 built-in connectors organized by category. Each is a Python plugin you can extend.

Connector Overview

Full list of all 17 connectors with setup instructions and supported content types.

Code & Dev

  • GitHub
  • GitLab
  • Gitea
  • Bitbucket

Documents & Wiki

  • Confluence
  • Notion
  • Google Docs

Project Management

  • Jira
  • Linear
  • Trello

Communication

  • Slack
  • Discord

File Systems

  • Local Files
  • S3 / MinIO

Web & Other

  • RSS / Atom
  • Web Scraper
  • REST API (Generic)
On GitHub

Custom Connectors (Python Plugin)

Every connector is a Python plugin. Implement one class, add a JSON config, done. Easy to extend.

On GitHub

Connector Store

Browse, enable, and configure connectors from a visual UI.

Store UI

Card-based UI to browse all 17 connectors, see status, configure credentials, and trigger syncs. Accessible under Connectors > Store.

On GitHub

Health & History

Health dashboard with sync history, error counts, and item statistics per connector. Monitor via /api/connectors/health.

On GitHub

Context Templates & Auto-Suggest

Save and reuse context assembly configurations. Auto-Suggest recommends templates based on your current work.

Creating Templates

Define reusable sets of tags, workspaces, token budgets, compression, and block weights. Create via UI, API, or MCP.

On GitHub

Assembling Templates

Assemble with compression + block weights via API or the assemble_template MCP tool.

On GitHub

Auto-Suggest

Recommends matching templates based on your query or workspace. Via API or suggest_templates MCP tool.

On GitHub

MCP Server

Connect any MCP-compatible AI tool to your knowledge base.

MCP Setup

Point your MCP client to http://localhost:8080/sse — works with Claude Code, VS Code, JetBrains, or any MCP client.

On GitHub

Available MCP Tools

MCP tools: search, retrieve, assemble, tag, list_templates, assemble_template, suggest_templates, and more.

On GitHub

Claude Code Plugin

Install Context Pilot as a Claude Code plugin for seamless integration in your terminal workflow.

Installation

Install with: claude plugin add context-pilot. Registers MCP server, hooks, and slash commands.

On GitHub

Usage

Automatic context injection on session start, /context-pilot slash command, and direct MCP tool access.

On GitHub

Local LLMs

Run completely independent from the cloud.

Ollama Integration

Connect Ollama via MCP. Run Llama, Mistral, Gemma, or any model with full knowledge access.

On GitHub

LM Studio Integration

Use LM Studio's local inference with Context Pilot. GUI-friendly setup and MCP bridge config.

On GitHub

CLI Reference

Full command-line reference for power users.

CLI Commands

search, assemble, export, import, sync, config — all commands with flags and examples.

On GitHub

Knowledge Management

Profiles & Workspaces

Isolate by project, client, or team. Switch context instantly. Share profiles.

On GitHub

Knowledge Graph

Interactive visualization, relationship discovery, filtering, and navigation.

On GitHub

Smart Assembler

Token-budget assembly, 7 compressors, export formats (CLAUDE.md, Copilot, JSON, ZIP).

On GitHub

Self-Hosting

Self-Hosting Guide

Docker Compose, environment variables, reverse proxy, SSL, backups, and updates.

On GitHub

Hardware Requirements

From Raspberry Pi to enterprise clusters. Minimum specs, recommended specs, and tuning.

On GitHub

Security

Security Model

Secrets detection, data isolation, RBAC, audit trails, and encryption at rest.

On GitHub