Developer Tools
git.top
Search and evaluate Git.Top projects with quality reports and alternatives.
ENDPOINT 1
https://git.top/mcp
MCP server metadata
- Name
- git-top
- Version
- 0.1.0
Use get_agent_workflow for guided project selection, then inspect metadata.source, evidence, confidence, and caveats before making high-confidence claims.
Known tools 21
search_projectsSearch Git.Top projects by query, category, deployment, difficulty, language, or Cloudflare readiness.
Inferred read-onlyget_trust_gateReturn the Trust Gate production-readiness decision before agents cite or recommend projects with high confidence.
Inferred read-onlyget_quality_reportReturn the corpus quality and coverage report with release score, data trust score, risk level, coverage, issue summary, and review queue size.
Inferred read-onlyget_public_benchmarkReturn the public trust benchmark with eval hit rates, explanation coverage, data trust, review queue size, known limitations, and source links.
Potential side effectsget_projectReturn 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.
Inferred read-onlyget_projects_batchFetch 1 to 20 canonical owner/repo projects in one snapshot-consistent call using compact, decision, or evidence response profiles.
Inferred read-onlyget_project_changesRead the D1-backed project change feed with opaque cursor pagination, deletion tombstones, and an explicit 30-day retention contract.
Inferred read-onlypropose_project_feedbackValidate and normalize a structured correction proposal without mutating Git.Top knowledge.
Inferred read-onlyget_alternativesFind alternative projects for a canonical owner/name project id or Git.Top product alias.
Inferred read-onlyget_related_projectsFind adjacent projects connected by category, deployment, dependencies, topics, or use cases.
Inferred read-onlyget_quality_scoreReturn quality score, agent score, underlying quality signals, and verification coverage for a project.
Inferred read-onlyrecommend_projectRecommend open source projects for a concrete agent use case and constraints.
Inferred read-onlyget_trendsReturn corpus-level Git.Top trends across categories, deployments, languages, rising projects, and agent briefing notes.
Inferred read-onlyget_agent_workflowReturn a structured Git.Top workflow that guides an agent from trends to recommendations, graph, alternatives, score, compare, and trust checks.
Inferred read-onlyget_atlasReturn Git.Top Atlas ecosystem maps with stats, exploration paths, comparison paths, graph nodes, edges, representative projects, and next journey links.
Inferred read-onlyfind_alternativesFind alternative projects for a canonical owner/name project id or Git.Top product alias.
Inferred read-onlyget_project_cardReturn the complete Agent Card for a project, including project_kind and collection_metadata for collection-style repositories.
Inferred read-onlyget_project_graphReturn graph nodes and edges for project relationships, alternatives, deployments, use cases, and dependencies.
Inferred read-onlycompare_projectsCompare projects by deployment, maintenance, difficulty, Cloudflare readiness, and use case fit.
Inferred read-onlygit_top_grp_queryRun Git.Top Graph Reasoning Protocol over the open-source knowledge graph.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://git.top/mcp/core
MCP server metadata
- Name
- git-top
- Version
- 0.1.0
Use get_agent_workflow for guided project selection, then inspect metadata.source, evidence, confidence, and caveats before making high-confidence claims.
Known tools 5
search_projectsSearch Git.Top projects by query, category, deployment, difficulty, language, or Cloudflare readiness.
Inferred read-onlyget_projectReturn 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.
Inferred read-onlyrecommend_projectRecommend open source projects for a concrete agent use case and constraints.
Inferred read-onlyget_agent_workflowReturn a structured Git.Top workflow that guides an agent from trends to recommendations, graph, alternatives, score, compare, and trust checks.
Inferred read-onlycompare_projectsCompare projects by deployment, maintenance, difficulty, Cloudflare readiness, and use case fit.
Inferred read-onlyCONNECT 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/core"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"git-top": {
"type": "http",
"url": "https://git.top/mcp/core"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: git-top
Remote MCP URL: https://git.top/mcp/core
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/core"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"git-top": {
"type": "http",
"url": "https://git.top/mcp/core"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "git-top",
"transport": "streamable-http",
"url": "https://git.top/mcp/core"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://git.top
MCP server metadata
- Name
- WebMCP
Known tools 1
git_top_search_projectsSearch Git.Top public project intelligence by query, category, deployment, language, and Cloudflare readiness.
Inferred read-onlyCONNECT 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.webmcp]
url = "https://git.top"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://git.top"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://git.top
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": {
"webmcp": {
"url": "https://git.top"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://git.top"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://git.top"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for git.top was fetched 2026-09-21T13:28:14.329Z.
git.top is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.