← greptile.com

INDIVIDUAL MCP TOOL

create_custom_context

Create a new custom context for an organization

greptile.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.greptile.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_custom_context and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

greptile.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.greptile-mcp-server]
url = "https://api.greptile.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "greptile-mcp-server": {
      "type": "http",
      "url": "https://api.greptile.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: greptile-mcp-server
Remote MCP URL: https://api.greptile.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "greptile-mcp-server": {
      "url": "https://api.greptile.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "greptile-mcp-server": {
      "type": "http",
      "url": "https://api.greptile.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "greptile-mcp-server",
  "transport": "streamable-http",
  "url": "https://api.greptile.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_custom_context — List organization custom context with optional filtering by type and generation source
  • get_custom_context — Get detailed custom context information including evidence and linked comments.
  • search_custom_context — Search custom context by content using text search
  • list_merge_requests — List merge requests/PRs.
  • list_pull_requests — List pull requests (alias for list_merge_requests).
  • get_merge_request — Get detailed merge request information including metadata, statistics, Greptile comments, and review analysis.
  • list_merge_request_comments — Get all comments for a PR including Greptile review comments (clearly marked with sourceType), human comments, and other bot comments.
  • list_code_reviews — List code reviews with optional filtering by repository and status.