Greptile

by sosacrazy126

324 downloads
Not rated
GitHub

About

# πŸš€ Greptile MCP Server - TypeScript Edition [![npm version](https://badge.fury.io/js/greptile-mcp-server.svg)](https://badge.fury.io/js/greptile-mcp-server) [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/) [![MCP…

Details

Author
sosacrazy126
Downloads
324
Categories
Search, Developer Tools, AI, Other

- Zero-installation experience via NPX
- Natural language queries about codebases
- Deep code analysis and architecture understanding
- Cross-repository insights and comparisons
- Session continuity for progressive exploration
- Streaming support with Server-Sent Events

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Greptile
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Run npx greptile-mcp-server --api-key=xxx --github-token=yyy for instant start, or set environment variables GREPTILE_API_KEY and GITHUB_TOKEN. Use tools like index_repository and query_repository from any MCP-compatible client. An interactive setup wizard is available with npx greptile-mcp-server init.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "greptile": {
            "greptile": {
                "command": "npx",
                "args": [
                    "greptile-mcp-server"
                ],
                "env": {
                    "GREPTILE_API_KEY": "your_api_key",
                    "GITHUB_TOKEN": "your_github_token"
                }
            }
        }
    }
}

McpServers

{
    "greptile": {
        "command": "npx",
        "args": [
            "greptile-mcp-server"
        ],
        "env": {
            "GREPTILE_API_KEY": "your_api_key",
            "GITHUB_TOKEN": "your_github_token"
        }
    }
}

πŸš€ Greptile MCP Server - TypeScript Edition

npm version
TypeScript
MCP Compatible

A modern, TypeScript-powered MCP (Model Context Protocol) server that provides AI-powered code search and querying capabilities through the Greptile API. Built with the official MCP SDK and designed for seamless integration with AI tools like Claude Desktop, Continue, and other MCP-compatible clients.

✨ Features

πŸ”₯ Zero-Installation Experience

```bash
No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.