Git.Top
Server Details
Evidence-backed open-source project search, recommendations, alternatives, and comparisons.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- haocn-ops/git-top
- GitHub Stars
- 0
- Server Listing
- Git.Top
Available Tools
5 toolscompare_projectsBRead-onlyInspect
Compare projects by deployment, maintenance, difficulty, Cloudflare readiness, and use case fit.
| Name | Required | Description | Default |
|---|---|---|---|
| criteria | No | ||
| deployment | No | ||
| require_d1 | No | Fail closed unless the tool result is backed by D1 instead of seed fallback. | |
| project_ids | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The description adds no behavioral context beyond the readOnly and non-destructive annotations. It does not disclose the D1/seed fallback behavior hinted at by the require_d1 parameter, nor does it explain what 'compare' returns in terms of output format or data source. The annotations cover safety but not these operational nuances.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, front-loaded, and contains no filler. Every word contributes to the meaning, making it concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema, and the description does not explain what the comparison result looks like (e.g., ranking, side-by-side table). It also omits information about data fallback and alternative usage contexts. Given the 4-parameter complexity, the description is too minimal to be considered complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With only 25% schema description coverage, the description partially compensates by listing the comparison dimensions, which likely map to the 'criteria' parameter. However, it does not clarify the 'deployment' string parameter or other parameters beyond what is in the schema. It adds some semantic value but leaves gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Compare' and the resource 'projects', and lists specific comparison dimensions (deployment, maintenance, difficulty, Cloudflare readiness, use case fit). This distinguishes it from sibling tools like get_project (single retrieval) and search_projects (finding projects).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you need to compare projects across those criteria, but it does not explicitly state when to avoid this tool or mention alternatives. It lacks explicit 'when to use' or 'when not to use' guidance, so it falls into the implied usage category.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_agent_workflowARead-onlyInspect
Return a structured Git.Top workflow that guides an agent from trends to recommendations, graph, alternatives, score, compare, and trust checks.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| intent | No | Natural-language selection goal. | |
| use_case | No | Concrete project use case. | |
| project_id | No | Optional focus project or product alias. | |
| require_d1 | No | Fail closed unless the tool result is backed by D1 instead of seed fallback. | |
| constraints | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and non-destructive behavior, so the bar is lower. The description adds no contradicting behavior and provides a hint about the internal structure ('guides an agent...'), but it does not go beyond that to explain output format, dependencies, or edge cases.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, front-loaded with the core action, and contains no filler. It is concise and to the point.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool has 6 parameters (including a nested constraints object) and no output schema, the description is too brief to be complete. It does not explain how parameters influence the returned workflow, what the workflow structure looks like, or any caveats. More context is needed for reliable invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 67%, leaving 'limit' and 'constraints' (including nested properties) without descriptions. The description does not clarify these parameters or add meaning to any parameter, so it fails to compensate for the gaps.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's verb and resource: 'Return a structured Git.Top workflow' that guides an agent through a specific sequence of steps. This distinguishes it from sibling tools like get_project or search_projects, which handle individual project data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context—this is for workflows that take an agent from trends through recommendations, graph, alternatives, score, compare, and trust checks. However, it does not explicitly state when to use this tool versus alternatives, nor does it list exclusions or recommended alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_projectARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | GitHub repository name, or owner/repo when owner is omitted. | |
| owner | No | GitHub owner; use with repo when project_id is omitted. | |
| project | No | Alias for project_id; accepts a canonical owner/repo identifier or Git.Top product alias. | |
| project_id | No | Canonical owner/repo identifier or a Git.Top product alias such as claude-code or cursor. The repo field may also contain owner/repo. | |
| require_d1 | No | Fail closed unless the tool result is backed by D1 instead of seed fallback. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so safety is covered. The description adds meaningful behavioral context by listing the exact content returned (agent summary, alternatives, deployments, quality score, etc.), which goes beyond the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, well-structured sentence that front-loads the main action and resource, then lists the key return categories. Every word contributes meaning without unnecessary repetition.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only lookup tool with a comprehensive schema and rich annotations, the description sufficiently covers what the tool returns and the main resource types. A minor gap is not explicitly stating the return format (e.g., JSON) or failure behavior, but these are not critical given the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema fully documents parameters. The description adds value by clarifying that the tool returns structured project knowledge, which helps understand the purpose of the reference parameters, even though parameter details are not individually elaborated.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Return') and a specific resource ('structured Git.Top knowledge for a project or collection'), enumerating the contained data fields. This clearly differentiates it from sibling tools like search_projects or compare_projects.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for retrieving comprehensive project knowledge, but it does not explicitly state when to prefer this tool over alternatives such as search_projects or recommend_project. No exclusions or conditions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
recommend_projectBRead-onlyInspect
Recommend open source projects for a concrete agent use case and constraints.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| use_case | Yes | ||
| require_d1 | No | Fail closed unless the tool result is backed by D1 instead of seed fallback. | |
| constraints | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true and destructiveHint=false, so the description does not need to cover basic safety. However, it adds no context about how recommendations are generated, what response to expect, or whether results are deterministic. The description is consistent with annotations, so no contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence that leads with the action and avoids filler. It is easily scannable and efficient, though its brevity contributes to the lack of detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description is inadequate for a tool with a nested constraints object, no output schema, and multiple parameters. It does not explain what recommendations look like, how constraints are applied, or the role of limit and require_d1. This leaves the agent with significant uncertainty about how to invoke the tool and interpret results.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 25% (only require_d1 has a description), and the tool description does not compensate. It mentions 'use case' and 'constraints' but does not explain the nested constraints structure, the meaning of limit, or how these parameters affect results. The description adds little beyond the parameter names.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb 'Recommend' and resource 'open source projects', which establishes the tool's core purpose. However, it does not distinguish itself from sibling tools like search_projects or compare_projects, so it falls short of a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The phrase 'for a concrete agent use case and constraints' implies the tool is best used when a specific use case and constraints are provided, but there is no explicit guidance on when to choose this over search_projects or compare_projects. No exclusions or alternatives are mentioned, making the guidance only moderately useful.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_projectsARead-onlyInspect
Search Git.Top projects by query, category, deployment, difficulty, language, or Cloudflare readiness. Results include project_kind and collection_metadata for resource hubs and curated collections. On large corpora, inspect metadata.candidate_retrieval and metadata.truncated before treating broad results as exhaustive.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Search terms, such as openai, cloudflare agent framework, or browser automation. Leave cursor empty for a new search. | |
| cursor | No | Opaque next_cursor from a previous search_projects result. | |
| ranking | No | Optional browse ranking for broad category/deployment discovery with larger limits. Defaults to exact-intent search ranking. | |
| category | No | ||
| language | No | ||
| deployment | No | ||
| difficulty | No | ||
| require_d1 | No | Fail closed unless the tool result is backed by D1 instead of seed fallback. | |
| cloudflare_ready | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate read-only and non-destructive behavior. The description adds valuable context beyond annotations: it warns that results may be truncated on large corpora and directs the agent to inspect metadata.candidate_retrieval and metadata.truncated before treating broad results as exhaustive. It also discloses that results include project_kind and collection_metadata, which is helpful given there is no output schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three sentences, with the purpose front-loaded in the first sentence. Each sentence earns its place: the first states the search facets, the second notes important result fields, and the third gives a crucial caveat about truncation. No filler or redundant content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with 10 parameters and no output schema, the description covers the core aspects: search dimensions, key result fields, and a warning about metadata for truncation. It does not mention pagination or ranking options, but these are described in the input schema. The caveat about large corpora adds needed context for correct use of results, making the description reasonably complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is only 40%, so the description must compensate. It lists the key filter dimensions (query, category, deployment, difficulty, language, Cloudflare readiness), mapping to several parameters and clarifying their role as search criteria. However, it does not add detailed semantics for parameters like cursor, limit, ranking, or require_d1, which rely on schema descriptions. The description partially compensates for the coverage gap but stops short of fully explaining parameter usage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description leads with a specific verb ('Search') and resource ('Git.Top projects'), then lists the exact filter dimensions (query, category, deployment, difficulty, language, Cloudflare readiness). This clearly distinguishes it from sibling tools like compare_projects, get_project, and recommend_project, which have different verbs and purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description does not explicitly state when to use this tool versus alternatives like get_project (for a specific project) or recommend_project. It provides a caution about inspecting metadata for truncation, which is useful for interpreting results, but it does not guide tool selection among the siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Changed
get_project1 field changed- added
Input schema / properties / projectAdded value: +{ + "description": "Alias for project_id; accepts a canonical owner/repo identifier or Git.Top product alias.", + "type": "string" +}
1 tool update
- Changed
search_projects1 field changed- added
Input schema / properties / query / descriptionAdded value: +"Search terms, such as openai, cloudflare agent framework, or browser automation. Leave cursor empty for a new search."
5 tool updates
- First observed
compare_projects - First observed
get_agent_workflow - First observed
get_project - First observed
recommend_project - First observed
search_projects
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Search 5000+ software tools with structured, labelled facts. No pay-to-rank.
Source-traced evidence research for AI agents. We organise the evidence; you decide.
Search evidence-backed AI-tool reviews, rankings, use cases, comparisons & toolkits (read-only).
Find, compare, and audit software for AI agents. Scored registry of tools and MCP servers.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants like Claude Code and Cursor to get evidence-based tool and workflow recommendations from community data.MIT
- AlicenseAqualityCmaintenanceEnables AI builders to discover trending open-source projects for a given task by ranking repos based on GitHub momentum, npm/PyPI growth, and Hacker News buzz, with tools to recommend, search, assess health, and compare repositories.4MIT
- AlicenseNot gradedqualityFmaintenanceOpen source intelligence for AI agents — GitHub project-health scoring, package dependency-risk analysis, trending repositories, license checks, and side-by-side package comparison.MIT
- AlicenseBqualityDmaintenanceProvides crowdsourced package intelligence and security alerts for AI coding assistants by analyzing project dependencies and framework co-occurrence. It enables automated project scans, package alternative discovery, and data-driven recommendations across multiple programming ecosystems.1022MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool addresses a distinct stage of the workflow: search_projects finds candidates, get_project retrieves detailed knowledge, recommend_project provides tailored suggestions, compare_projects contrasts options, and get_agent_workflow guides the overall process. No two tools have overlapping purposes, making misselection very unlikely.
All tool names follow a consistent verb_noun pattern (compare_projects, get_agent_workflow, get_project, recommend_project, search_projects). The two 'get_' tools are clearly differentiated by their objects (agent_workflow vs project), maintaining uniform style and predictability.
Five tools is well within the ideal 3-15 range and perfectly scoped for a project discovery and comparison server. Each tool earns its place, covering search, retrieval, recommendation, comparison, and workflow guidance without redundancy or bloat.
The tool set covers the full user journey: discovering projects via search, getting in-depth information via get_project, obtaining personalized recommendations, comparing alternatives, and following a structured analysis workflow. No obvious gaps exist for the platform's stated purpose.