{
  "ecosystem": {
    "id": "mcp",
    "title": "MCP Ecosystem",
    "description": "Model Context Protocol servers, tool surfaces, and agent integration projects.",
    "query": "mcp server",
    "category": "mcp_server",
    "deployment": null,
    "nodes": [
      "Servers",
      "Tools",
      "Clients",
      "Filesystems",
      "Browsers",
      "Cloud APIs"
    ],
    "projects": [
      {
        "project_id": "headroomlabs-ai/headroom",
        "repo": "headroomlabs-ai/headroom",
        "name": "headroom",
        "github_url": "https://github.com/headroomlabs-ai/headroom",
        "homepage_url": "https://docs.headroomlabs.ai/docs",
        "language": "Python",
        "license": "Apache-2.0",
        "project_kind": "project",
        "category": [
          "mcp_server"
        ],
        "tags": [
          "agent",
          "ai",
          "anthropic",
          "claude-code",
          "compression",
          "context-engineering",
          "context-window",
          "cursor",
          "fastapi",
          "langchain",
          "llm",
          "mcp",
          "openai",
          "prompt-engineering",
          "proxy",
          "python",
          "rag",
          "token-optimization",
          "tokens",
          "typescript"
        ],
        "description": "Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.",
        "overview": "Use headroomlabs-ai/headroom when the user needs a mcp server project with docker, vercel, serverless deployment options.",
        "alternatives": [
          {
            "repo": "BerriAI/litellm",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          },
          {
            "repo": "can1357/oh-my-pi",
            "reason": "Same mcp server intent with coding_agent, mcp overlap."
          },
          {
            "repo": "rocketride-org/rocketride-server",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "MCP",
          "Vector database",
          "LLM provider"
        ],
        "deployments": [
          "docker",
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "difficulty": "advanced",
        "cloudflare_ready": false,
        "use_cases": [
          "connect agents to tools",
          "expose APIs through MCP",
          "bootstrap MCP integrations"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"mcp server\" in metadata.",
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"vercel\" in repository content.",
              "Matched \"pip install\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Found multi-service or orchestration configuration files."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 73798,
          "recent_commits": 100,
          "contributors": 100,
          "issue_response_time_hours": null,
          "release_frequency_180d": 100
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "partial"
        },
        "quality_score": 84,
        "agent_score": 92,
        "score": 94,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 76,
          "deployment": 100,
          "popularity": 97,
          "community": 100
        },
        "git_top_score": 94,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 84,
          "documentation": 92,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-25T18:01:04.672Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "MCP liveness and tool-call probe is not enabled"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 3,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim.",
            "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
          ]
        },
        "summary": {
          "tl_dr": "Use headroomlabs-ai/headroom when the user needs a mcp server project with docker, vercel, serverless deployment options.",
          "purpose": "Use headroomlabs-ai/headroom when the user needs a mcp server project with docker, vercel, serverless deployment options.",
          "install": "Run with Docker using the repository's container instructions.",
          "inputs": [
            "tool definitions",
            "resource config",
            "transport settings"
          ],
          "outputs": [
            "MCP tools",
            "JSON-RPC responses",
            "server capabilities"
          ],
          "good_for": [
            "connect agents to tools",
            "expose APIs through MCP",
            "bootstrap MCP integrations",
            "agent tool exposure",
            "MCP integrations",
            "tool servers"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "front-end apps",
            "non-tooling backends"
          ],
          "deployment": [
            "docker",
            "vercel",
            "serverless",
            "library_only",
            "local"
          ],
          "alternatives": [
            {
              "repo": "BerriAI/litellm",
              "reason": "Same mcp server intent with mcp, llm_gateway overlap."
            },
            {
              "repo": "can1357/oh-my-pi",
              "reason": "Same mcp server intent with coding_agent, mcp overlap."
            },
            {
              "repo": "rocketride-org/rocketride-server",
              "reason": "Same mcp server intent with mcp, llm_gateway overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "high",
              "evidence": [
                "Matched \"mcp server\" in metadata.",
                "Matched \"mcp\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Found Docker configuration file.",
                "Matched \"vercel\" in repository content.",
                "Matched \"pip install\" in repository content.",
                "Matched \"npm install\" in repository content.",
                "Matched \"library\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "Found multi-service or orchestration configuration files."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: python.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 30,
            "commits_30d": "partial",
            "releases_180d": "partial",
            "contributors_90d": "partial"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-25T18:01:04.672Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "MCP liveness and tool-call probe is not enabled"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 3,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim.",
              "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-25T18:01:04.672Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-25T18:01:04.672Z"
      },
      {
        "project_id": "BerriAI/litellm",
        "repo": "BerriAI/litellm",
        "name": "litellm",
        "github_url": "https://github.com/BerriAI/litellm",
        "homepage_url": "https://docs.litellm.ai/docs/",
        "language": "Python",
        "license": "NOASSERTION",
        "project_kind": "project",
        "category": [
          "mcp_server"
        ],
        "tags": [
          "ai-gateway",
          "anthropic",
          "azure-openai",
          "bedrock",
          "gateway",
          "langchain",
          "litellm",
          "llm",
          "llm-gateway",
          "llmops",
          "mcp-gateway",
          "openai",
          "openai-proxy",
          "rust",
          "rust-ai",
          "vertex-ai"
        ],
        "description": "The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]",
        "overview": "Use BerriAI/litellm when the user needs a mcp server project with docker, library-only, local deployment options.",
        "alternatives": [
          {
            "repo": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          },
          {
            "repo": "shibing624/agentica",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          },
          {
            "repo": "coddy-project/coddy-agent",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "MCP",
          "LLM provider"
        ],
        "deployments": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "difficulty": "advanced",
        "cloudflare_ready": false,
        "use_cases": [
          "connect agents to tools",
          "expose APIs through MCP",
          "bootstrap MCP integrations"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Found multi-service or orchestration configuration files."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 59585,
          "recent_commits": 100,
          "contributors": 100,
          "issue_response_time_hours": null,
          "release_frequency_180d": 100
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "partial"
        },
        "quality_score": 84,
        "agent_score": 89,
        "score": 93,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 76,
          "deployment": 90,
          "popularity": 96,
          "community": 100
        },
        "git_top_score": 93,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 84,
          "documentation": 84,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-25T06:31:00.796Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "MCP liveness and tool-call probe is not enabled"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 3,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim.",
            "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
          ]
        },
        "summary": {
          "tl_dr": "Use BerriAI/litellm when the user needs a mcp server project with docker, library-only, local deployment options.",
          "purpose": "Use BerriAI/litellm when the user needs a mcp server project with docker, library-only, local deployment options.",
          "install": "Run with Docker using the repository's container instructions.",
          "inputs": [
            "tool definitions",
            "resource config",
            "transport settings"
          ],
          "outputs": [
            "MCP tools",
            "JSON-RPC responses",
            "server capabilities"
          ],
          "good_for": [
            "connect agents to tools",
            "expose APIs through MCP",
            "bootstrap MCP integrations",
            "agent tool exposure",
            "MCP integrations",
            "tool servers"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "front-end apps",
            "non-tooling backends"
          ],
          "deployment": [
            "docker",
            "library_only",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "headroomlabs-ai/headroom",
              "reason": "Same mcp server intent with mcp, llm_gateway overlap."
            },
            {
              "repo": "shibing624/agentica",
              "reason": "Same mcp server intent with mcp, llm_gateway overlap."
            },
            {
              "repo": "coddy-project/coddy-agent",
              "reason": "Same mcp server intent with mcp, llm_gateway overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "medium",
              "evidence": [
                "Matched \"mcp\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Found Docker configuration file.",
                "Matched \"library\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "Found multi-service or orchestration configuration files."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: python.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 31,
            "commits_30d": "partial",
            "releases_180d": "partial",
            "contributors_90d": "partial"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-25T06:31:00.796Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "MCP liveness and tool-call probe is not enabled"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 3,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim.",
              "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-25T06:31:00.796Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-25T06:31:00.796Z"
      },
      {
        "project_id": "affaan-m/ECC",
        "repo": "affaan-m/ECC",
        "name": "ECC",
        "github_url": "https://github.com/affaan-m/ECC",
        "homepage_url": "https://ecc.tools",
        "language": "JavaScript",
        "license": "MIT",
        "project_kind": "project",
        "category": [
          "mcp_server"
        ],
        "tags": [
          "ai-agents",
          "anthropic",
          "claude",
          "claude-code",
          "developer-tools",
          "llm",
          "mcp",
          "productivity"
        ],
        "description": "The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.",
        "overview": "Use affaan-m/ECC when the user needs a mcp server project with library-only, local, cloud deployment options.",
        "alternatives": [
          {
            "repo": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "can1357/oh-my-pi",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "ruvnet/ruflo",
            "reason": "Same mcp server intent with agent_memory, mcp overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "MCP",
          "LLM provider"
        ],
        "deployments": [
          "library_only",
          "local",
          "cloud"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "connect agents to tools",
          "expose APIs through MCP",
          "bootstrap MCP integrations"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 267370,
          "recent_commits": 100,
          "contributors": 100,
          "issue_response_time_hours": null,
          "release_frequency_180d": 6
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "quality_score": 77,
        "agent_score": 85,
        "score": 91,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 63,
          "deployment": 80,
          "popularity": 100,
          "community": 100
        },
        "git_top_score": 91,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 74,
          "documentation": 84,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-25T19:01:08.041Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "MCP liveness and tool-call probe is not enabled"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 3,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim.",
            "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
          ]
        },
        "summary": {
          "tl_dr": "Use affaan-m/ECC when the user needs a mcp server project with library-only, local, cloud deployment options.",
          "purpose": "Use affaan-m/ECC when the user needs a mcp server project with library-only, local, cloud deployment options.",
          "install": "Install as a library or package using the repository instructions.",
          "inputs": [
            "tool definitions",
            "resource config",
            "transport settings"
          ],
          "outputs": [
            "MCP tools",
            "JSON-RPC responses",
            "server capabilities"
          ],
          "good_for": [
            "connect agents to tools",
            "expose APIs through MCP",
            "bootstrap MCP integrations",
            "agent tool exposure",
            "MCP integrations",
            "tool servers"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "front-end apps",
            "non-tooling backends"
          ],
          "deployment": [
            "library_only",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "headroomlabs-ai/headroom",
              "reason": "Same mcp server intent with mcp overlap."
            },
            {
              "repo": "can1357/oh-my-pi",
              "reason": "Same mcp server intent with mcp overlap."
            },
            {
              "repo": "ruvnet/ruflo",
              "reason": "Same mcp server intent with agent_memory, mcp overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "medium",
              "evidence": [
                "Matched \"mcp\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Matched \"npm install\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: python.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 30,
            "commits_30d": "partial",
            "releases_180d": "complete",
            "contributors_90d": "partial"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-25T19:01:08.041Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "MCP liveness and tool-call probe is not enabled"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 3,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim.",
              "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Partial or estimated quality signals: commits30d, contributors90d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-25T19:01:08.041Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-25T19:01:08.041Z"
      },
      {
        "project_id": "can1357/oh-my-pi",
        "repo": "can1357/oh-my-pi",
        "name": "oh-my-pi",
        "github_url": "https://github.com/can1357/oh-my-pi",
        "homepage_url": "https://omp.sh",
        "language": "TypeScript",
        "license": "MIT",
        "project_kind": "project",
        "category": [
          "mcp_server"
        ],
        "tags": [
          "ai-agent",
          "ai-coding-agent",
          "anthropic",
          "bun",
          "claude",
          "cli",
          "coding-assistant",
          "llm",
          "mcp",
          "multi-provider",
          "openai",
          "rust",
          "terminal",
          "tui",
          "typescript"
        ],
        "description": "⌥ Coding agent with the IDE wired in. Built by Stencil Labs.",
        "overview": "Use can1357/oh-my-pi when the user needs a mcp server project with docker, local, cloud deployment options.",
        "alternatives": [
          {
            "repo": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with coding_agent, mcp overlap."
          },
          {
            "repo": "1jehuang/jcode",
            "reason": "Same mcp server intent with coding_agent, mcp overlap."
          },
          {
            "repo": "upstash/context7",
            "reason": "Same mcp server intent with coding_agent, mcp overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "MCP",
          "LLM provider"
        ],
        "deployments": [
          "docker",
          "local",
          "cloud"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "connect agents to tools",
          "expose APIs through MCP",
          "bootstrap MCP integrations"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation"
        ],
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python, filesystem.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 33307,
          "recent_commits": 100,
          "contributors": 100,
          "issue_response_time_hours": null,
          "release_frequency_180d": 100
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "partial"
        },
        "quality_score": 84,
        "agent_score": 86,
        "score": 93,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 76,
          "deployment": 80,
          "popularity": 90,
          "community": 100
        },
        "git_top_score": 93,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 84,
          "documentation": 84,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-26T01:01:03.970Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "MCP liveness and tool-call probe is not enabled"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 3,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim.",
            "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
          ]
        },
        "summary": {
          "tl_dr": "Use can1357/oh-my-pi when the user needs a mcp server project with docker, local, cloud deployment options.",
          "purpose": "Use can1357/oh-my-pi when the user needs a mcp server project with docker, local, cloud deployment options.",
          "install": "Run with Docker using the repository's container instructions.",
          "inputs": [
            "tool definitions",
            "resource config",
            "transport settings"
          ],
          "outputs": [
            "MCP tools",
            "JSON-RPC responses",
            "server capabilities"
          ],
          "good_for": [
            "connect agents to tools",
            "expose APIs through MCP",
            "bootstrap MCP integrations",
            "agent tool exposure",
            "MCP integrations",
            "tool servers"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "front-end apps",
            "non-tooling backends"
          ],
          "deployment": [
            "docker",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "headroomlabs-ai/headroom",
              "reason": "Same mcp server intent with coding_agent, mcp overlap."
            },
            {
              "repo": "1jehuang/jcode",
              "reason": "Same mcp server intent with coding_agent, mcp overlap."
            },
            {
              "repo": "upstash/context7",
              "reason": "Same mcp server intent with coding_agent, mcp overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "medium",
              "evidence": [
                "Matched \"mcp\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Found Docker configuration file.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: python, filesystem.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 30,
            "commits_30d": "partial",
            "releases_180d": "partial",
            "contributors_90d": "partial"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-26T01:01:03.970Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "MCP liveness and tool-call probe is not enabled"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 3,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim.",
              "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-26T01:01:03.970Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-26T01:01:03.970Z"
      },
      {
        "project_id": "heygen-com/hyperframes",
        "repo": "heygen-com/hyperframes",
        "name": "hyperframes",
        "github_url": "https://github.com/heygen-com/hyperframes",
        "homepage_url": null,
        "language": "TypeScript",
        "license": "Apache-2.0",
        "project_kind": "project",
        "category": [
          "mcp_server"
        ],
        "tags": [
          "ai",
          "animation",
          "ffmpeg",
          "framework",
          "gsap",
          "html",
          "mcp",
          "puppeteer",
          "rendering",
          "typescript",
          "video"
        ],
        "description": "Write HTML. Render video. Built for agents.",
        "overview": "Use heygen-com/hyperframes when the user needs a mcp server project with docker, local, cloud deployment options.",
        "alternatives": [
          {
            "repo": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "can1357/oh-my-pi",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "QwenLM/qwen-code",
            "reason": "Same mcp server intent with mcp overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "MCP",
          "LLM provider"
        ],
        "deployments": [
          "docker",
          "local",
          "cloud"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "connect agents to tools",
          "expose APIs through MCP",
          "bootstrap MCP integrations"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation"
        ],
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "medium",
            "evidence": [
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: gpu.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 53046,
          "recent_commits": 100,
          "contributors": 68,
          "issue_response_time_hours": null,
          "release_frequency_180d": 100
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "complete"
        },
        "quality_score": 82,
        "agent_score": 86,
        "score": 92,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 73,
          "deployment": 80,
          "popularity": 94,
          "community": 100
        },
        "git_top_score": 92,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 82,
          "documentation": 84,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-25T19:01:06.276Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "MCP liveness and tool-call probe is not enabled"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 3,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim.",
            "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
          ]
        },
        "summary": {
          "tl_dr": "Use heygen-com/hyperframes when the user needs a mcp server project with docker, local, cloud deployment options.",
          "purpose": "Use heygen-com/hyperframes when the user needs a mcp server project with docker, local, cloud deployment options.",
          "install": "Run with Docker using the repository's container instructions.",
          "inputs": [
            "tool definitions",
            "resource config",
            "transport settings"
          ],
          "outputs": [
            "MCP tools",
            "JSON-RPC responses",
            "server capabilities"
          ],
          "good_for": [
            "connect agents to tools",
            "expose APIs through MCP",
            "bootstrap MCP integrations",
            "agent tool exposure",
            "MCP integrations",
            "tool servers"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "front-end apps",
            "non-tooling backends"
          ],
          "deployment": [
            "docker",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "headroomlabs-ai/headroom",
              "reason": "Same mcp server intent with mcp overlap."
            },
            {
              "repo": "can1357/oh-my-pi",
              "reason": "Same mcp server intent with mcp overlap."
            },
            {
              "repo": "QwenLM/qwen-code",
              "reason": "Same mcp server intent with mcp overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "medium",
              "evidence": [
                "Matched \"mcp\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "medium",
              "evidence": [
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: gpu.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 30,
            "commits_30d": "partial",
            "releases_180d": "partial",
            "contributors_90d": "complete"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-25T19:01:06.276Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "MCP liveness and tool-call probe is not enabled"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 3,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim.",
              "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "Partial or estimated quality signals: commits30d, releases180d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is incomplete; use this project as an exploration candidate until classification and quality signals are reviewed.",
          "last_verified_at": "2026-09-25T19:01:06.276Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Partial or estimated quality signals: commits30d, releases180d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is incomplete; use this project as an exploration candidate until classification and quality signals are reviewed.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-25T19:01:06.276Z"
      },
      {
        "project_id": "t8y2/dbx",
        "repo": "t8y2/dbx",
        "name": "dbx",
        "github_url": "https://github.com/t8y2/dbx",
        "homepage_url": "https://dbxio.com",
        "language": "Rust",
        "license": "Apache-2.0",
        "project_kind": "project",
        "category": [
          "mcp_server"
        ],
        "tags": [
          "ai",
          "cli",
          "clickhouse",
          "database",
          "database-client",
          "database-management",
          "docker",
          "gui",
          "mcp",
          "mongodb",
          "mysql",
          "postgresql",
          "redis",
          "rust",
          "sql-server",
          "sqlite",
          "tauri",
          "vue"
        ],
        "description": "25 MB lightweight cross-platform database client for 100+ databases, including MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, SQL Server, and Dameng. Built-in AI, MCP Server, CLI, desktop and Docker. | 轻量级跨平台数据库管理工具，支持 MySQL、PostgreSQL、SQLite、Redis、MongoDB、达梦等 100+ 数据库，提供桌面端、Docker、CLI、内置 AI 助手和 MCP。",
        "overview": "Use t8y2/dbx when the user needs a mcp server project with docker, local, cloud deployment options.",
        "alternatives": [
          {
            "repo": "1jehuang/jcode",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "Pinvou/pinvou-agent",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "Rheosoph/flow-like",
            "reason": "Same mcp server intent with mcp overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "MCP"
        ],
        "deployments": [
          "docker",
          "local",
          "cloud"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "connect agents to tools",
          "expose APIs through MCP",
          "bootstrap MCP integrations"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation"
        ],
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"mcp server\" in metadata.",
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "medium",
            "evidence": [
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python, postgres.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 20685,
          "recent_commits": 100,
          "contributors": 100,
          "issue_response_time_hours": null,
          "release_frequency_180d": 100
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 29,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "partial"
        },
        "quality_score": 84,
        "agent_score": 86,
        "score": 93,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 76,
          "deployment": 80,
          "popularity": 86,
          "community": 100
        },
        "git_top_score": 93,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 84,
          "documentation": 84,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-25T13:01:09.612Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "MCP liveness and tool-call probe is not enabled"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 3,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim.",
            "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
          ]
        },
        "summary": {
          "tl_dr": "Use t8y2/dbx when the user needs a mcp server project with docker, local, cloud deployment options.",
          "purpose": "Use t8y2/dbx when the user needs a mcp server project with docker, local, cloud deployment options.",
          "install": "Run with Docker using the repository's container instructions.",
          "inputs": [
            "tool definitions",
            "resource config",
            "transport settings"
          ],
          "outputs": [
            "MCP tools",
            "JSON-RPC responses",
            "server capabilities"
          ],
          "good_for": [
            "connect agents to tools",
            "expose APIs through MCP",
            "bootstrap MCP integrations",
            "agent tool exposure",
            "MCP integrations",
            "tool servers"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "front-end apps",
            "non-tooling backends"
          ],
          "deployment": [
            "docker",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "1jehuang/jcode",
              "reason": "Same mcp server intent with mcp overlap."
            },
            {
              "repo": "Pinvou/pinvou-agent",
              "reason": "Same mcp server intent with mcp overlap."
            },
            {
              "repo": "Rheosoph/flow-like",
              "reason": "Same mcp server intent with mcp overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "high",
              "evidence": [
                "Matched \"mcp server\" in metadata.",
                "Matched \"mcp\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "medium",
              "evidence": [
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: python, postgres.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 29,
            "commits_30d": "partial",
            "releases_180d": "partial",
            "contributors_90d": "partial"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-25T13:01:09.612Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "MCP liveness and tool-call probe is not enabled"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 3,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim.",
              "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-25T13:01:09.612Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "Partial or estimated quality signals: commits30d, releases180d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-25T13:01:09.612Z"
      },
      {
        "project_id": "AstrBotDevs/AstrBot",
        "repo": "AstrBotDevs/AstrBot",
        "name": "AstrBot",
        "github_url": "https://github.com/AstrBotDevs/AstrBot",
        "homepage_url": "https://astrbot.app",
        "language": "Python",
        "license": "AGPL-3.0",
        "project_kind": "project",
        "category": [
          "mcp_server"
        ],
        "tags": [
          "agent",
          "ai",
          "astrbot",
          "chatbot",
          "chatgpt",
          "discord",
          "docker",
          "gemini",
          "gpt",
          "llama",
          "llm",
          "mcp",
          "openai",
          "python",
          "qq",
          "qqbot",
          "telegram"
        ],
        "description": "AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨",
        "overview": "Use AstrBotDevs/AstrBot when the user needs a mcp server project with docker, library-only, local deployment options.",
        "alternatives": [
          {
            "repo": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "rocketride-org/rocketride-server",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "HKUDS/nanobot",
            "reason": "Same mcp server intent with mcp overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "MCP",
          "LLM provider"
        ],
        "deployments": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "connect agents to tools",
          "expose APIs through MCP",
          "bootstrap MCP integrations"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Matched \"pip install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python, gpu.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 40989,
          "recent_commits": 100,
          "contributors": 100,
          "issue_response_time_hours": null,
          "release_frequency_180d": 48
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "partial"
        },
        "quality_score": 81,
        "agent_score": 89,
        "score": 93,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 76,
          "deployment": 90,
          "popularity": 92,
          "community": 100
        },
        "git_top_score": 93,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 84,
          "documentation": 84,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-25T09:01:11.463Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "MCP liveness and tool-call probe is not enabled"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 3,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim.",
            "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
          ]
        },
        "summary": {
          "tl_dr": "Use AstrBotDevs/AstrBot when the user needs a mcp server project with docker, library-only, local deployment options.",
          "purpose": "Use AstrBotDevs/AstrBot when the user needs a mcp server project with docker, library-only, local deployment options.",
          "install": "Run with Docker using the repository's container instructions.",
          "inputs": [
            "tool definitions",
            "resource config",
            "transport settings"
          ],
          "outputs": [
            "MCP tools",
            "JSON-RPC responses",
            "server capabilities"
          ],
          "good_for": [
            "connect agents to tools",
            "expose APIs through MCP",
            "bootstrap MCP integrations",
            "agent tool exposure",
            "MCP integrations",
            "tool servers"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "front-end apps",
            "non-tooling backends"
          ],
          "deployment": [
            "docker",
            "library_only",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "headroomlabs-ai/headroom",
              "reason": "Same mcp server intent with mcp overlap."
            },
            {
              "repo": "rocketride-org/rocketride-server",
              "reason": "Same mcp server intent with mcp overlap."
            },
            {
              "repo": "HKUDS/nanobot",
              "reason": "Same mcp server intent with mcp overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "medium",
              "evidence": [
                "Matched \"mcp\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Found Docker configuration file.",
                "Matched \"pip install\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: python, gpu.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 30,
            "commits_30d": "partial",
            "releases_180d": "complete",
            "contributors_90d": "partial"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-25T09:01:11.463Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "MCP liveness and tool-call probe is not enabled"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 3,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim.",
              "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Partial or estimated quality signals: commits30d, contributors90d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-25T09:01:11.463Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d, contributors90d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-25T09:01:11.463Z"
      },
      {
        "project_id": "rocketride-org/rocketride-server",
        "repo": "rocketride-org/rocketride-server",
        "name": "rocketride-server",
        "github_url": "https://github.com/rocketride-org/rocketride-server",
        "homepage_url": null,
        "language": "Python",
        "license": "MIT",
        "project_kind": "project",
        "category": [
          "mcp_server"
        ],
        "tags": [
          "ai",
          "cpp",
          "data-pipeline",
          "data-processing",
          "machine-learning",
          "mcp",
          "python",
          "sdk",
          "typescript",
          "vscode-extension"
        ],
        "description": "High-performance AI pipeline engine with a C++ core and 50+ Python-extensible nodes. Build, debug, and scale LLM workflows with 13+ model providers, 8+ vector databases, and agent orchestration, all from your IDE. Includes VS Code extension, TypeScript/Python SDKs, and Docker deployment.",
        "overview": "Use rocketride-org/rocketride-server when the user needs a mcp server project with docker, library-only, local deployment options.",
        "alternatives": [
          {
            "repo": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          },
          {
            "repo": "BerriAI/litellm",
            "reason": "Same mcp server intent with mcp, llm_gateway overlap."
          },
          {
            "repo": "AstrBotDevs/AstrBot",
            "reason": "Same mcp server intent with mcp overlap."
          }
        ],
        "related": [],
        "dependencies": [
          "MCP",
          "LLM provider"
        ],
        "deployments": [
          "docker",
          "library_only",
          "local",
          "cloud"
        ],
        "difficulty": "intermediate",
        "cloudflare_ready": false,
        "use_cases": [
          "connect agents to tools",
          "expose APIs through MCP",
          "bootstrap MCP integrations"
        ],
        "not_good_for": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product"
        ],
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"pip install\" in repository content.",
              "Matched \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "No strong beginner or advanced signal found; defaulting to intermediate."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: python.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signals": {
          "stars": 11048,
          "recent_commits": 100,
          "contributors": 74,
          "issue_response_time_hours": null,
          "release_frequency_180d": 39
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 30,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "quality_score": 83,
        "agent_score": 86,
        "score": 94,
        "agent_score_breakdown": {
          "documentation": 90,
          "maintenance": 75,
          "deployment": 90,
          "popularity": 81,
          "community": 100
        },
        "git_top_score": 94,
        "git_top_score_breakdown": {
          "community": 100,
          "maintenance": 83,
          "documentation": 92,
          "stability": 90,
          "adoption": 100,
          "agent_readability": 100
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-24T22:31:02.605Z",
          "signals": {
            "activity": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.pushed_at",
                "metrics.recent_push_days"
              ]
            },
            "license": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.license"
              ]
            },
            "documentation": {
              "status": "observed",
              "source": "github_metadata",
              "evidence": [
                "project.description"
              ]
            },
            "runtime": {
              "status": "inferred",
              "source": "git_top_heuristic",
              "evidence": [
                "agent_card.deployment",
                "agent_card.cloudflare_ready"
              ]
            },
            "install": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "installation/build probe is not enabled"
              ]
            },
            "security": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "dependency/security scan is not enabled"
              ]
            },
            "mcp": {
              "status": "not_run",
              "source": "git_top_runtime",
              "evidence": [
                "MCP liveness and tool-call probe is not enabled"
              ]
            }
          },
          "coverage": {
            "observed": 3,
            "inferred": 1,
            "not_run": 3,
            "unknown": 0
          },
          "next_steps": [
            "Run an installation/build probe before production adoption.",
            "Run a dependency and security scan before treating the score as a trust claim.",
            "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
          ]
        },
        "summary": {
          "tl_dr": "Use rocketride-org/rocketride-server when the user needs a mcp server project with docker, library-only, local deployment options.",
          "purpose": "Use rocketride-org/rocketride-server when the user needs a mcp server project with docker, library-only, local deployment options.",
          "install": "Run with Docker using the repository's container instructions.",
          "inputs": [
            "tool definitions",
            "resource config",
            "transport settings"
          ],
          "outputs": [
            "MCP tools",
            "JSON-RPC responses",
            "server capabilities"
          ],
          "good_for": [
            "connect agents to tools",
            "expose APIs through MCP",
            "bootstrap MCP integrations",
            "agent tool exposure",
            "MCP integrations",
            "tool servers"
          ],
          "not_good_for": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "front-end apps",
            "non-tooling backends"
          ],
          "deployment": [
            "docker",
            "library_only",
            "local",
            "cloud"
          ],
          "alternatives": [
            {
              "repo": "headroomlabs-ai/headroom",
              "reason": "Same mcp server intent with mcp, llm_gateway overlap."
            },
            {
              "repo": "BerriAI/litellm",
              "reason": "Same mcp server intent with mcp, llm_gateway overlap."
            },
            {
              "repo": "AstrBotDevs/AstrBot",
              "reason": "Same mcp server intent with mcp overlap."
            }
          ]
        },
        "evidence": {
          "classification": {
            "category": {
              "confidence": "medium",
              "evidence": [
                "Matched \"mcp\" in metadata."
              ]
            },
            "deployment": {
              "confidence": "high",
              "evidence": [
                "Matched \"pip install\" in repository content.",
                "Matched \"npm install\" in repository content.",
                "Local usage is assumed for open source repositories unless contradicted."
              ]
            },
            "difficulty": {
              "confidence": "medium",
              "evidence": [
                "No strong beginner or advanced signal found; defaulting to intermediate."
              ]
            },
            "cloudflare_ready": {
              "confidence": "high",
              "evidence": [
                "Runtime blocker: python.",
                "No Cloudflare deployment signal detected.",
                "No wrangler.toml found in inspected repository files."
              ]
            }
          },
          "quality_signal_confidence": {
            "stars_30d_delta": "snapshot",
            "stars30d_window_days": 30,
            "commits_30d": "partial",
            "releases_180d": "complete",
            "contributors_90d": "complete"
          },
          "verification": {
            "schema_version": "git-top.verification.v1",
            "overall_status": "partial",
            "observed_at": "2026-09-24T22:31:02.605Z",
            "signals": {
              "activity": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.pushed_at",
                  "metrics.recent_push_days"
                ]
              },
              "license": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.license"
                ]
              },
              "documentation": {
                "status": "observed",
                "source": "github_metadata",
                "evidence": [
                  "project.description"
                ]
              },
              "runtime": {
                "status": "inferred",
                "source": "git_top_heuristic",
                "evidence": [
                  "agent_card.deployment",
                  "agent_card.cloudflare_ready"
                ]
              },
              "install": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "installation/build probe is not enabled"
                ]
              },
              "security": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "dependency/security scan is not enabled"
                ]
              },
              "mcp": {
                "status": "not_run",
                "source": "git_top_runtime",
                "evidence": [
                  "MCP liveness and tool-call probe is not enabled"
                ]
              }
            },
            "coverage": {
              "observed": 3,
              "inferred": 1,
              "not_run": 3,
              "unknown": 0
            },
            "next_steps": [
              "Run an installation/build probe before production adoption.",
              "Run a dependency and security scan before treating the score as a trust claim.",
              "Run MCP initialize, tools/list, first-call, and error probes before relying on this server."
            ]
          },
          "source_fields": [
            "project.description",
            "project.topics",
            "project.language",
            "project.license",
            "agent_card.summary_for_agent",
            "agent_card.use_cases",
            "agent_card.deployment",
            "agent_card.classification",
            "metrics",
            "verification.signals"
          ],
          "caveats": [
            "edge-only Cloudflare Workers deployment without adaptation",
            "users expecting a complete hosted product",
            "Partial or estimated quality signals: commits30d.",
            "Independent installation, security, or runtime probes have not been run for this project."
          ],
          "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
          "last_verified_at": "2026-09-24T22:31:02.605Z"
        },
        "caveats": [
          "edge-only Cloudflare Workers deployment without adaptation",
          "users expecting a complete hosted product",
          "Partial or estimated quality signals: commits30d.",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
        "source_fields": [
          "project.description",
          "project.topics",
          "project.language",
          "project.license",
          "agent_card.summary_for_agent",
          "agent_card.use_cases",
          "agent_card.deployment",
          "agent_card.classification",
          "metrics",
          "verification.signals"
        ],
        "last_verified_at": "2026-09-24T22:31:02.605Z"
      }
    ],
    "project_count": 8,
    "stats": {
      "concept_count": 6,
      "project_count": 8,
      "edge_count": 23,
      "top_project": "headroomlabs-ai/headroom",
      "average_git_top_score": 93
    },
    "map": {
      "nodes": [
        {
          "id": "ecosystem:mcp",
          "label": "MCP Ecosystem",
          "kind": "ecosystem",
          "ecosystem_id": "mcp"
        },
        {
          "id": "concept:mcp:servers",
          "label": "Servers",
          "kind": "concept",
          "ecosystem_id": "mcp"
        },
        {
          "id": "concept:mcp:tools",
          "label": "Tools",
          "kind": "concept",
          "ecosystem_id": "mcp"
        },
        {
          "id": "concept:mcp:clients",
          "label": "Clients",
          "kind": "concept",
          "ecosystem_id": "mcp"
        },
        {
          "id": "concept:mcp:filesystems",
          "label": "Filesystems",
          "kind": "concept",
          "ecosystem_id": "mcp"
        },
        {
          "id": "concept:mcp:browsers",
          "label": "Browsers",
          "kind": "concept",
          "ecosystem_id": "mcp"
        },
        {
          "id": "concept:mcp:cloud-apis",
          "label": "Cloud APIs",
          "kind": "concept",
          "ecosystem_id": "mcp"
        },
        {
          "id": "project:headroomlabs-ai/headroom",
          "label": "headroom",
          "kind": "project",
          "repo": "headroomlabs-ai/headroom",
          "score": 94,
          "category": "mcp_server"
        },
        {
          "id": "project:BerriAI/litellm",
          "label": "litellm",
          "kind": "project",
          "repo": "BerriAI/litellm",
          "score": 93,
          "category": "mcp_server"
        },
        {
          "id": "project:affaan-m/ECC",
          "label": "ECC",
          "kind": "project",
          "repo": "affaan-m/ECC",
          "score": 91,
          "category": "mcp_server"
        },
        {
          "id": "project:can1357/oh-my-pi",
          "label": "oh-my-pi",
          "kind": "project",
          "repo": "can1357/oh-my-pi",
          "score": 93,
          "category": "mcp_server"
        },
        {
          "id": "project:heygen-com/hyperframes",
          "label": "hyperframes",
          "kind": "project",
          "repo": "heygen-com/hyperframes",
          "score": 92,
          "category": "mcp_server"
        },
        {
          "id": "project:t8y2/dbx",
          "label": "dbx",
          "kind": "project",
          "repo": "t8y2/dbx",
          "score": 93,
          "category": "mcp_server"
        },
        {
          "id": "project:AstrBotDevs/AstrBot",
          "label": "AstrBot",
          "kind": "project",
          "repo": "AstrBotDevs/AstrBot",
          "score": 93,
          "category": "mcp_server"
        },
        {
          "id": "project:rocketride-org/rocketride-server",
          "label": "rocketride-server",
          "kind": "project",
          "repo": "rocketride-org/rocketride-server",
          "score": 94,
          "category": "mcp_server"
        }
      ],
      "edges": [
        {
          "source": "ecosystem:mcp",
          "target": "concept:mcp:servers",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:mcp",
          "target": "concept:mcp:tools",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:mcp",
          "target": "concept:mcp:clients",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:mcp",
          "target": "concept:mcp:filesystems",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:mcp",
          "target": "concept:mcp:browsers",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:mcp",
          "target": "concept:mcp:cloud-apis",
          "kind": "contains",
          "weight": 80
        },
        {
          "source": "ecosystem:mcp",
          "target": "project:headroomlabs-ai/headroom",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:mcp",
          "target": "project:BerriAI/litellm",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:mcp",
          "target": "project:affaan-m/ECC",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:mcp",
          "target": "project:can1357/oh-my-pi",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:mcp",
          "target": "project:heygen-com/hyperframes",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:mcp",
          "target": "project:t8y2/dbx",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:mcp",
          "target": "project:AstrBotDevs/AstrBot",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "ecosystem:mcp",
          "target": "project:rocketride-org/rocketride-server",
          "kind": "contains_project",
          "weight": 72
        },
        {
          "source": "project:headroomlabs-ai/headroom",
          "target": "concept:mcp:servers",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:BerriAI/litellm",
          "target": "concept:mcp:cloud-apis",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:affaan-m/ECC",
          "target": "concept:mcp:tools",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:affaan-m/ECC",
          "target": "concept:mcp:cloud-apis",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:can1357/oh-my-pi",
          "target": "concept:mcp:cloud-apis",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:heygen-com/hyperframes",
          "target": "concept:mcp:cloud-apis",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:t8y2/dbx",
          "target": "concept:mcp:cloud-apis",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:AstrBotDevs/AstrBot",
          "target": "concept:mcp:cloud-apis",
          "kind": "matches_concept",
          "weight": 64
        },
        {
          "source": "project:rocketride-org/rocketride-server",
          "target": "concept:mcp:cloud-apis",
          "kind": "matches_concept",
          "weight": 64
        }
      ]
    },
    "exploration_paths": [
      {
        "label": "Discover Projects",
        "description": "Browse indexed projects around MCP Ecosystem.",
        "href": "/api/search?q=mcp%20server&ranking=browse&limit=12",
        "kind": "search"
      },
      {
        "label": "Get Recommendations",
        "description": "Generate an explainable shortlist for MCP Ecosystem.",
        "href": "/recommend?use_case=choose+projects+for+MCP+Ecosystem&limit=5&category=mcp_server",
        "kind": "recommend"
      },
      {
        "label": "Open Graph",
        "description": "Inspect relationships around headroomlabs-ai/headroom.",
        "href": "/graph/headroomlabs-ai/headroom",
        "kind": "graph"
      },
      {
        "label": "Find Alternatives",
        "description": "Find replacements and adjacent options for headroomlabs-ai/headroom.",
        "href": "/alternatives/headroomlabs-ai/headroom",
        "kind": "alternatives"
      },
      {
        "label": "Explain Score",
        "description": "Understand why headroomlabs-ai/headroom has its Git.Top Score.",
        "href": "/score/headroomlabs-ai/headroom",
        "kind": "score"
      },
      {
        "label": "Compare Options",
        "description": "Compare headroomlabs-ai/headroom and BerriAI/litellm.",
        "href": "/compare/headroomlabs-ai-headroom...BerriAI-litellm",
        "kind": "compare"
      }
    ],
    "exploration_journeys": [
      {
        "label": "Choose a production candidate",
        "description": "Start broad in MCP Ecosystem, then narrow to one project with score and graph evidence.",
        "steps": [
          {
            "label": "Discover",
            "href": "/categories/mcp_server",
            "description": "Browse the ecosystem entry point."
          },
          {
            "label": "Recommend",
            "href": "/recommend?use_case=choose+projects+for+MCP+Ecosystem&limit=5&category=mcp_server",
            "description": "Generate a constrained shortlist."
          },
          {
            "label": "Score",
            "href": "/score/headroomlabs-ai/headroom",
            "description": "Inspect headroomlabs-ai/headroom risk and score evidence."
          }
        ]
      },
      {
        "label": "Map dependencies and neighbors",
        "description": "Follow graph relationships before deciding whether a project fits the stack.",
        "steps": [
          {
            "label": "Graph",
            "href": "/graph/headroomlabs-ai/headroom",
            "description": "Open headroomlabs-ai/headroom relationship graph."
          },
          {
            "label": "Related",
            "href": "/api/related/headroomlabs-ai/headroom?limit=8",
            "description": "Inspect adjacent projects as structured JSON."
          },
          {
            "label": "Atlas",
            "href": "/api/atlas/mcp?limit=8",
            "description": "Fetch the ecosystem map for agent planning."
          }
        ]
      },
      {
        "label": "Compare replacement paths",
        "description": "Move from the top project to alternatives and a decision matrix.",
        "steps": [
          {
            "label": "Alternatives",
            "href": "/alternatives/headroomlabs-ai/headroom",
            "description": "Find alternatives for headroomlabs-ai/headroom."
          },
          {
            "label": "Compare",
            "href": "/api/compare?repos=headroomlabs-ai%2Fheadroom%2CBerriAI%2Flitellm",
            "description": "Compare headroomlabs-ai/headroom and BerriAI/litellm."
          },
          {
            "label": "Agent Map",
            "href": "/api/agent-map",
            "description": "Choose the next REST or MCP surface."
          }
        ]
      }
    ],
    "comparison_paths": [
      {
        "label": "Compare leading candidates",
        "description": "Compare the strongest indexed projects in MCP Ecosystem before choosing a default.",
        "repos": [
          "headroomlabs-ai/headroom",
          "BerriAI/litellm",
          "affaan-m/ECC",
          "can1357/oh-my-pi"
        ],
        "href": "/compare/headroomlabs-ai-headroom...BerriAI-litellm...affaan-m-ECC...can1357-oh-my-pi",
        "api_href": "/api/compare?repos=headroomlabs-ai%2Fheadroom%2CBerriAI%2Flitellm%2Caffaan-m%2FECC%2Ccan1357%2Foh-my-pi",
        "decision_focus": "winner_by_agent_score",
        "context": {
          "ecosystem_id": "mcp",
          "category": "mcp_server",
          "deployment": null
        }
      },
      {
        "label": "Evaluate fallback options",
        "description": "Compare high-quality fallback candidates when the top project is not the right operational fit.",
        "repos": [
          "headroomlabs-ai/headroom",
          "BerriAI/litellm",
          "can1357/oh-my-pi",
          "t8y2/dbx"
        ],
        "href": "/compare/headroomlabs-ai-headroom...BerriAI-litellm...can1357-oh-my-pi...t8y2-dbx",
        "api_href": "/api/compare?repos=headroomlabs-ai%2Fheadroom%2CBerriAI%2Flitellm%2Ccan1357%2Foh-my-pi%2Ct8y2%2Fdbx",
        "decision_focus": "fallback_quality",
        "context": {
          "ecosystem_id": "mcp",
          "category": "mcp_server",
          "deployment": null
        }
      }
    ],
    "links": {
      "page": "/atlas/mcp",
      "search_api": "/api/search?q=mcp%20server&ranking=browse&limit=8",
      "recommend_api": "/api/recommend?use_case=choose+projects+for+MCP+Ecosystem&limit=8&category=mcp_server",
      "graph": "/api/graph/headroomlabs-ai/headroom?limit=24"
    }
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-26T16:12:56.575Z",
    "snapshot_id": "d1:1213:2026-09-26T16:01:24.232Z",
    "latest_synced_at": "2026-09-26T16:01:24.232Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}