← git.top
INDIVIDUAL MCP TOOL
get_deployment
Return deployment options and Cloudflare readiness for a project.
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
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_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_alternatives— Find alternative projects for a canonical owner/name project id or Git.Top product alias.get_related_projects— Find adjacent projects connected by category, deployment, dependencies, topics, or use cases.get_quality_score— Return quality score, agent score, and underlying quality signals for a project.recommend_project— Recommend open source projects for a concrete agent use case and constraints.