greptile-mcpServer

sosacrazy126
GitHub
code searchAI integrationrepository indexing

Loading subscription status...

💡 Description

An MCP server that integrates with the Greptile API to provide enhanced search and query capabilities for code repositories. It allows AI agents to index and query code repositories using natural language, offering contextual understanding and efficient information retrieval.

📝 JSON Entries

{
  "mcpServers": [
    {
      "greptile": {
        "env": {
          "GITHUB_TOKEN": "YOUR-GITHUB-TOKEN",
          "GREPTILE_API_KEY": "YOUR-GREPTILE-API-KEY",
          "GREPTILE_BASE_URL": "https://api.greptile.com/v2"
        },
        "args": [
          "run",
          "--rm",
          "-i",
          "-e",
          "TRANSPORT=stdio",
          "-e",
          "GREPTILE_API_KEY",
          "-e",
          "GITHUB_TOKEN",
          "-e",
          "GREPTILE_BASE_URL",
          "greptile-mcp"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

DockerSmithery

Features

  • Indexes repositories for code search
  • Natural language querying of code
  • Search for relevant files without complete responses

💬 Example Queries

  • How does the authentication system work?
  • Find files related to authentication middleware