Greptile Mcp

Created By
sosacrazy1268 months ago
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.
Overview

What is Greptile MCP?

Greptile MCP is a modern, TypeScript-powered Model Context Protocol (MCP) server that provides AI-powered code search and querying capabilities through the Greptile API. It is designed for seamless integration with various AI tools and clients.

How to use Greptile MCP?

To use Greptile MCP, you can start the server using NPX with your API key and GitHub token. Simply run the command: npx greptile-mcp-server --api-key=your_key --github-token=your_token.

Key features of Greptile MCP?

  • Zero-Installation Experience: Start immediately with NPX, no setup required.
  • AI-Powered Code Understanding: Query codebases in natural language and receive deep insights.
  • Cross-Repository Insights: Compare patterns across multiple codebases.
  • Session Continuity: Maintain context across queries for deeper exploration.
  • Extensible Plugin Architecture: Customize and extend functionality easily.

Use cases of Greptile MCP?

  1. Quickly searching for code snippets across large repositories.
  2. Understanding complex codebases through natural language queries.
  3. Integrating with AI tools for enhanced code analysis and insights.

FAQ from Greptile MCP?

  • Do I need to install anything locally to use this?

No! The server runs via NPX with zero installation required.

  • Can I use this with any MCP-compatible client?

Yes! It works with any MCP-compatible client, including Claude Desktop.

  • How do I index private repositories?

Ensure your GitHub token has repo permissions for private repositories.

  • Is my code data secure?

Yes, your code is processed according to Greptile's security policies.

Server Config

{
  "mcpServers": {
    "greptile": {
      "command": "npx",
      "args": [
        "greptile-mcp-server"
      ],
      "env": {
        "GREPTILE_API_KEY": "your_api_key",
        "GITHUB_TOKEN": "your_github_token"
      }
    }
  }
}
Project Info
Created At
8 months ago
Updated At
8 months ago
Author Name
sosacrazy126
Star
-
Language
-
License
-

Recommend Servers

View All
Voyei

2 hours ago
Bring your real authenticated browser session to AI coding agents. Local-first MCP server + Chrome MV3 extension. No cloud. No telemetry.
@Cubenest

peek records the user's actual logged-in browser (DOM via rrweb, console events, network metadata, optional response bodies via opt-in Deep capture) through a Chrome MV3 extension. The extension ships events through a native-messaging stdio bridge to a local MCP server (peek-mcp), which persists them to a SQLite database at ~/.peek/sessions.db. AI coding agents (Claude Code, Cursor, Cline, Windsurf) read sessions from the database via 10 MCP tools: Tool What it does list_recent_sessions List recently recorded sessions (id, origin, ts, event count). get_session_summary LLM-readable narrative summary of a session. get_session_console_errors Console errors recorded in a session. get_session_network_errors Failed/notable network requests in a session. get_user_action_before_error Last N user actions before a console error. generate_playwright_repro Generate a runnable Playwright test from a session. get_dom_snapshot Reconstruct the DOM at a given timestamp. query_dom_history Timeline of attribute/text changes for a selector. request_authorization Side-panel consent for write actions (Level 3). execute_action Dispatch a UI action (gated by permission level + destructive blocklist). Why local-first matters Every other "browser session for AI" tool ships to a vendor cloud. peek's SQLite + extension live on the user's machine — no remote endpoints, no telemetry. The privacy policy (docs/peek/PRIVACY_POLICY.md) is the source of truth. Install # 1. Add the MCP server to Claude Code claude mcp add peek -- npx -y @peekdev/mcp # 2. Install the Chrome extension from the Chrome Web Store # (link added once the CWS listing is approved)

a day ago