Documentation

Everything you need to get started with ContextStream

Quick Start

Get up and running with ContextStream in minutes

  1. Create an account
  2. Add your first documentation source
  3. Configure the MCP server in Claude Desktop
  4. Start asking questions about your docs!

MCP Integration

Connect ContextStream to Claude Desktop

Add ContextStream as an MCP server in your Claude Desktop config:

{
  "mcpServers": {
    "contextstream": {
      "command": "npx",
      "args": [
        "@contextstream/mcp-server",
        "--api-key",
        "your_api_key"
      ]
    }
  }
}

Adding Sources

Index documentation websites and repositories

Supported source types:

  • Public documentation websites
  • GitHub repositories
  • Confluence spaces (coming soon)
  • Custom sources

Self-Hosting

Deploy ContextStream on your own infrastructure

ContextStream is open source and can be self-hosted with Docker:

docker-compose up -d

Need Help?

We're here to help you get the most out of ContextStream

GitHub Issues

Report bugs, request features, or ask questions

Open an Issue

Full Documentation

Visit our comprehensive documentation on GitHub

View on GitHub
Documentation - ContextStream