Index LaneLive integration hub
OverviewProvidersDocs
Loading
Skip to Content
Index Lane DocsCLI + MCP
AppProvidersQuickstart
Search docs
  • Index
  • Demo
    • Introduction
    • Quickstart
      • Overview
      • Overview
      • Commands
      • Search
      • Access Rules
      • Overview
      • Auth Model
      • Tools
  • Providers
  • Index
  • Demo
    • Introduction
    • Quickstart
      • Overview
      • Overview
      • Commands
      • Search
      • Access Rules
      • Overview
      • Auth Model
      • Tools
  • Providers

On this page

  • Why local stdio first
  • Startup
Question about this page?Edit this page
DocsMCPOverview

MCP Overview

Index Lane v1 uses MCP in the smallest viable way:

  • local
  • stdio
  • backed by the same Index Lane API key as the CLI

That avoids building a second hosted auth system before the core CLI product is solid.

Why local stdio first

Remote HTTP MCP auth is a real product problem.

Local stdio is much simpler for v1:

  • no extra OAuth dance for the MCP server itself
  • no second session model
  • no new hosted auth surface to debug

Startup

Copy and run
index-lane mcp serve

That starts the local MCP server and lets a compatible client call Index Lane tools through the user’s saved API key.

Access RulesAuth Model
Index Lane v1 docs