← Registry

Developer Tools

git.top

Search and evaluate Git.Top projects with quality reports and alternatives.

WebMCP3 endpoints27 known tools

ENDPOINT 1

https://git.top/mcp

No auth detected

MCP server metadata

Name
git-top
Version
0.1.0
Capabilities
tools
Server instructions

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_projects

Search Git.Top projects by query, category, deployment, difficulty, language, or Cloudflare readiness.

Inferred read-only
get_trust_gate

Return the Trust Gate production-readiness decision before agents cite or recommend projects with high confidence.

Inferred read-only
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.

Inferred read-only
get_public_benchmark

Return the public trust benchmark with eval hit rates, explanation coverage, data trust, review queue size, known limitations, and source links.

Potential side effects
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.

Inferred read-only
get_projects_batch

Fetch 1 to 20 canonical owner/repo projects in one snapshot-consistent call using compact, decision, or evidence response profiles.

Inferred read-only
get_project_changes

Read the D1-backed project change feed with opaque cursor pagination, deletion tombstones, and an explicit 30-day retention contract.

Inferred read-only
propose_project_feedback

Validate and normalize a structured correction proposal without mutating Git.Top knowledge.

Inferred read-only
get_alternatives

Find alternative projects for a canonical owner/name project id or Git.Top product alias.

Inferred read-only
get_related_projects

Find adjacent projects connected by category, deployment, dependencies, topics, or use cases.

Inferred read-only
get_deployment

Return deployment options and Cloudflare readiness for a project.

Inferred read-only
get_quality_score

Return quality score, agent score, underlying quality signals, and verification coverage for a project.

Inferred read-only
recommend_project

Recommend open source projects for a concrete agent use case and constraints.

Inferred read-only
get_trends

Return corpus-level Git.Top trends across categories, deployments, languages, rising projects, and agent briefing notes.

Inferred read-only
get_agent_workflow

Return a structured Git.Top workflow that guides an agent from trends to recommendations, graph, alternatives, score, compare, and trust checks.

Inferred read-only
get_atlas

Return Git.Top Atlas ecosystem maps with stats, exploration paths, comparison paths, graph nodes, edges, representative projects, and next journey links.

Inferred read-only
find_alternatives

Find alternative projects for a canonical owner/name project id or Git.Top product alias.

Inferred read-only
get_project_card

Return the complete Agent Card for a project, including project_kind and collection_metadata for collection-style repositories.

Inferred read-only
get_project_graph

Return graph nodes and edges for project relationships, alternatives, deployments, use cases, and dependencies.

Inferred read-only
compare_projects

Compare projects by deployment, maintenance, difficulty, Cloudflare readiness, and use case fit.

Inferred read-only
git_top_grp_query

Run Git.Top Graph Reasoning Protocol over the open-source knowledge graph.

Inferred read-only

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.

ENDPOINT 2

https://git.top/mcp/core

No auth detected

MCP server metadata

Name
git-top
Version
0.1.0
Capabilities
tools
Server instructions

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_projects

Search Git.Top projects by query, category, deployment, difficulty, language, or Cloudflare readiness.

Inferred read-only
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.

Inferred read-only
recommend_project

Recommend open source projects for a concrete agent use case and constraints.

Inferred read-only
get_agent_workflow

Return a structured Git.Top workflow that guides an agent from trends to recommendations, graph, alternatives, score, compare, and trust checks.

Inferred read-only
compare_projects

Compare projects by deployment, maintenance, difficulty, Cloudflare readiness, and use case fit.

Inferred read-only

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/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

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
imperative

Known tools 1

git_top_search_projects

Search Git.Top public project intelligence by query, category, deployment, language, and Cloudflare readiness.

Inferred read-only

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.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.

Trust status Trusted

git.top is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.