← git.top
INDIVIDUAL MCP TOOL
get_deployment
Return deployment options and Cloudflare readiness for a project.
LIVE ENDPOINT
https://git.top/mcp
Connect to this endpoint to inspect the live schema for get_deployment and invoke it with your own arguments.
Indexed 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 server
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.git-top]
url = "https://git.top/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"git-top": {
"type": "http",
"url": "https://git.top/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: git-top
Remote MCP URL: https://git.top/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": {
"git-top": {
"url": "https://git.top/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"git-top": {
"type": "http",
"url": "https://git.top/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "git-top",
"transport": "streamable-http",
"url": "https://git.top/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_projects— Search Git.Top projects by query, category, deployment, difficulty, language, or Cloudflare readiness.get_trust_gate— Return the Trust Gate production-readiness decision before agents cite or recommend projects with high confidence.get_quality_report— Return the corpus quality and coverage report with release score, data trust score, risk level, coverage, issue summary, and review queue size.get_public_benchmark— Return the public trust benchmark with eval hit rates, explanation coverage, data trust, review queue size, known limitations, and source links.get_project— Return structured Git.Top knowledge for a project or collection, including the compact agent summary, overview, alternatives, deployments, quality score, agent score, project_kind, and collection_metadata when applicable.get_projects_batch— Fetch 1 to 20 canonical owner/repo projects in one snapshot-consistent call using compact, decision, or evidence response profiles.get_project_changes— Read the D1-backed project change feed with opaque cursor pagination, deletion tombstones, and an explicit 30-day retention contract.propose_project_feedback— Validate and normalize a structured correction proposal without mutating Git.Top knowledge.