INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://git.top/mcp/core
Connect to this endpoint to inspect the live schema for get_project 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/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.
Related tools
search_projects— Search Git.Top projects by query, category, deployment, difficulty, language, or Cloudflare readiness.recommend_project— Recommend open source projects for a concrete agent use case and constraints.get_agent_workflow— Return a structured Git.Top workflow that guides an agent from trends to recommendations, graph, alternatives, score, compare, and trust checks.compare_projects— Compare projects by deployment, maintenance, difficulty, Cloudflare readiness, and use case fit.