Greptile
@sosacrazy126
About Greptile
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"greptile": {
"command": "npx",
"args": [
"greptile-mcp-server"
],
"env": {
"GREPTILE_API_KEY": "your_api_key",
"GITHUB_TOKEN": "your_github_token"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Greptile?
A TypeScript-powered MCP server that provides AI-powered code search and querying through the Greptile API, enabling natural language queries, deep code analysis, and cross-repository insights. It is built with the official MCP SDK and designed for integration with AI tools like Claude Desktop and Continue.
How to use Greptile?
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.
Key features of Greptile
- 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
Use cases of Greptile
- Ask plainβEnglish questions about a codebaseβs architecture and patterns.
- Index multiple repositories and compare implementation approaches.
- Build understanding of a large project incrementally through conversational sessions.
- Debug or explore private repositories by granting a GitHub token with repo permissions.
FAQ from Greptile
Do I need to install anything locally to use Greptile?
No; the server runs via NPX with zero installation. Just run npx greptile-mcp-server.
Can I use Greptile with any MCP-compatible client?
Yes; it implements the standard Model Context Protocol and works with Claude Desktop, MCP CLI tools, and any other MCP-compatible client.
How do I index private repositories?
Ensure your GitHub token has repo permissions for the private repositories you want to index.
How long does it take to index a repository?
Indexing time varies by size β small repos (<1000 files) typically take 1β2 minutes, larger ones 10β15 minutes. Use get_repository_info to check status.
Is my code data secure?
Your code is processed by Greptileβs API according to their security and privacy policies. See Greptileβs security page for details.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome-MCP-ZH
yzflyMCP θ΅ζΊη²ΎιοΌ MCPζεοΌClaude MCPοΌMCP Servers, MCP Clients
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments