← methe.tech

INDIVIDUAL MCP TOOL

read_file

Reads an allowed repository-relative file from the selected GDP repository.

methe.technone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

methe.tech

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.methe-tech]
url = "https://mcp.methe.tech/gdp/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "methe-tech": {
      "type": "http",
      "url": "https://mcp.methe.tech/gdp/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: methe-tech
Remote MCP URL: https://mcp.methe.tech/gdp/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": {
    "methe-tech": {
      "url": "https://mcp.methe.tech/gdp/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "methe-tech": {
      "type": "http",
      "url": "https://mcp.methe.tech/gdp/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "methe-tech",
  "transport": "streamable-http",
  "url": "https://mcp.methe.tech/gdp/mcp"
}
MCP Inspector

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

Related tools

  • repo_summary — Returns a compact summary of the selected GDP repository when a local GDP session is connected.
  • list_repos — Lists repositories currently open as GDP tabs.
  • git_status — Returns branch and working tree status for the selected GDP repository.
  • git_diff — Returns the current diff for the selected GDP repository or selected paths.
  • list_files — Lists files inside the selected GDP repository with optional pattern filtering.
  • read_files — Reads multiple allowed repository-relative files from the selected GDP repository in one call, using GDP's configured per-file size limit.
  • read_folder — Reads a repository-relative folder as a bounded context bundle, using GDP ignore settings and the configured per-file size limit.
  • read_context — Returns a repository or feature-area context pack with a tree, readable files, skipped-file reasons, and suggested follow-up tools.