> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trysita.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Start Here

> Enhance your AI coding assistants with intelligent codebase Q&A capabilities

Welcome to Sita's documentation. Learn how to integrate our MCP server with your favorite AI coding tools to get instant, accurate answers about your codebase.

## What is Sita?

Sita provides a Model Context Protocol (MCP) server that enables AI coding assistants like Claude Code, Cursor, Cline, Codex CLI, Gemini CLI, Kilo Code, and Roo Code to understand and answer questions about your codebase with deep, contextual knowledge.

<CardGroup cols={2}>
  <Card title="Quick Setup" icon="rocket" href="/ai-tools/mcp-claude-code">
    Get started with Sita in your preferred AI coding tool
  </Card>
</CardGroup>

## Supported AI Tools

Configure Sita with your favorite AI coding assistant:

<CardGroup cols={3}>
  <Card title="Claude Code" icon="asterisk" href="/ai-tools/mcp-claude-code">
    Anthropic's official CLI with native MCP support
  </Card>

  <Card title="Cursor" icon="arrow-pointer" href="/ai-tools/mcp-cursor">
    AI-powered IDE with MCP integration
  </Card>

  <Card title="Cline" icon="code" href="/ai-tools/mcp-cline">
    VSCode extension with comprehensive MCP support
  </Card>

  <Card title="Codex CLI" icon="book" href="/ai-tools/mcp-codex-cli">
    Command-line AI assistant with MCP capabilities
  </Card>

  <Card title="Gemini CLI" icon="sparkles" href="/ai-tools/mcp-gemini-cli">
    Google's command-line AI tool with MCP integration
  </Card>

  <Card title="Kilo Code" icon="bolt" href="/ai-tools/mcp-kilo-code">
    High-performance AI coding environment
  </Card>

  <Card title="Roo Code" icon="rabbit" href="/ai-tools/mcp-roo-code">
    AI-powered code assistant with MCP support
  </Card>
</CardGroup>

## Key Features

* **Deep Codebase Understanding**: Get accurate answers about your code structure, style, implementations, and relationships
* **Precise Code Changes**: Avoid vapor code that has no functionality and rabbit holed bug fixes that never solve the core problem
* **Fast Response**: Ship features faster and fix bugs sooner with parallel agentic search
* **Connect Code to Company Knowledge**: Give your AI agents an understanding of company goals, avoiding long term tech debt
* **Avoid Repeat Mistakes**: Connect code changes to code evolution so bugs are never brought back from the past

## Getting Started

<Steps>
  <Step title="Get your API key">
    Contact your Sita administrator to obtain an API key for MCP access.
  </Step>

  <Step title="Choose your AI tool">
    Select your preferred AI coding assistant from the supported tools above.
  </Step>

  <Step title="Configure the MCP server">
    Follow the specific setup guide for your chosen tool to add the Sita MCP
    server.
  </Step>

  <Step title="Start asking questions">
    Once configured, ask natural language questions about your codebase and get instant, accurate answers.
  </Step>
</Steps>

## Need Help?

* **Support**: Contact [support@trysita.com](mailto:support@trysita.com)
* **GitHub**: Visit our [GitHub repository](https://github.com/trysita)
* **Website**: Learn more at [trysita.com](https://trysita.com)
