ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Greptile with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Search and understand any codebase instantly with AI that reads your repositories and answers technical questions accurately.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 11 capabilities

The complete Greptile capability set.

These are the exact actions your AI can choose when you ask it to work with Greptile.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 11 available through Greptile.

  1. 01

    Reindex repository

    Reindex a repository

  2. 02

    Search codebase

    Search codebase

  3. 03

    Get greptile usage

    Check API usage

  4. 04

    Get repository status

    Get repository status

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 11 available through Greptile.

  1. 05

    List repositories

    List indexed repositories

  2. 06

    Query codebase

    Query codebase with AI

  3. 07

    Delete repository

    Delete indexed repository

  4. 08

    Get file info

    Get file info

Capability set03 / 03

09-11

3 capabilities in this set.

Part of 11 available through Greptile.

  1. 09

    Index repository

    Index a repository

  2. 10

    Query with context

    Query with session context

  3. 11

    Search by filepath

    Search in specific file

Observed, not estimated

906ms average. Fast in production.

Greptile is checked daily against the live service.

Daily averagePeak 1074ms
Aug 20Today
Fastest day
756ms
Slowest day
1074ms
14-day trend
Slowing+6%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 11 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Greptile, so you can see the experience inside your AI.

It does not authenticate your account with Greptile. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Greptile Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_JjO0hZW2yPNTgFluo5v382Yb9GmYI7NAmGBDNUxG/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Greptile capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "greptile-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_JjO0hZW2yPNTgFluo5v382Yb9GmYI7NAmGBDNUxG/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Greptile owners ask.

  • 01

    Can I ask natural language questions about my codebase?

    Yes! The query_codebase capability sends a natural language question along with repository references and returns AI-generated answers with specific code references (file paths and line numbers). For follow-up questions, use query_with_context with the session ID from the previous response to maintain conversation continuity.

  • 02

    Do I need to index my repository before querying it?

    Yes. Use index_repository with the remote host (github or gitlab), repository path (owner/repo), and branch name. Check indexing progress with get_repository_status. Once indexed, you can query and search the repository. Use reindex_repository to refresh the index after significant code changes.

  • 03

    Can I search for specific code patterns across my repositories?

    Yes. The search_codebase capability performs semantic search across your indexed repositories to find relevant files and functions. For targeted results, use search_by_filepath to narrow the search to a specific file path. Use get_file_info to retrieve indexed metadata for any file.