{
  "project": {
    "project_id": "ohad6k/emulo",
    "repo": "ohad6k/emulo",
    "name": "emulo",
    "github_url": "https://github.com/ohad6k/emulo",
    "homepage_url": "https://emulo.vercel.app",
    "language": "Python",
    "license": "MIT",
    "project_kind": "project",
    "category": [
      "mcp_server"
    ],
    "tags": [
      "agent-memory",
      "agent-skills",
      "ai",
      "ai-agents",
      "ai-coding",
      "ai-memory",
      "claude",
      "claude-code",
      "codex",
      "context-engineering",
      "cursor",
      "developer-tools",
      "llm",
      "local-first",
      "mcp",
      "mcp-server",
      "memory",
      "model-context-protocol",
      "opencode",
      "personalization"
    ],
    "description": "Mine your Claude Code and Codex logs into a local you.md agent profile.",
    "overview": "Use ohad6k/emulo when the user needs a mcp server project with docker, vercel, serverless deployment options.",
    "alternatives": [
      {
        "repo": "headroomlabs-ai/headroom",
        "reason": "Same mcp server intent with coding_agent, mcp overlap."
      },
      {
        "repo": "BerriAI/litellm",
        "reason": "Same mcp server intent with mcp overlap."
      },
      {
        "repo": "can1357/oh-my-pi",
        "reason": "Same mcp server intent with coding_agent, mcp overlap."
      }
    ],
    "related": [],
    "dependencies": [
      "MCP",
      "LLM provider"
    ],
    "deployments": [
      "docker",
      "vercel",
      "serverless",
      "library_only",
      "local"
    ],
    "difficulty": "beginner",
    "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 \"vercel\" in repository content.",
          "Matched \"pip install\" in repository content.",
          "Local usage is assumed for open source repositories unless contradicted."
        ]
      },
      "difficulty": {
        "confidence": "medium",
        "evidence": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: python.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signals": {
      "stars": 288,
      "recent_commits": 18,
      "contributors": 3,
      "issue_response_time_hours": null,
      "release_frequency_180d": 8
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "snapshot",
      "stars30d_window_days": 35,
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "quality_score": 18,
    "agent_score": 64,
    "score": 78,
    "agent_score_breakdown": {
      "documentation": 90,
      "maintenance": 32,
      "deployment": 100,
      "popularity": 49,
      "community": 48
    },
    "git_top_score": 78,
    "git_top_score_breakdown": {
      "community": 76,
      "maintenance": 48,
      "documentation": 84,
      "stability": 100,
      "adoption": 68,
      "agent_readability": 100
    },
    "verification": {
      "schema_version": "git-top.verification.v1",
      "overall_status": "partial",
      "observed_at": "2026-09-04T15:30:39.190Z",
      "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 ohad6k/emulo when the user needs a mcp server project with docker, vercel, serverless deployment options.",
      "purpose": "Use ohad6k/emulo 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": "headroomlabs-ai/headroom",
          "reason": "Same mcp server intent with coding_agent, mcp overlap."
        },
        {
          "repo": "BerriAI/litellm",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "repo": "can1357/oh-my-pi",
          "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.",
            "Matched \"vercel\" in repository content.",
            "Matched \"pip install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "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": 35,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-04T15:30:39.190Z",
        "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",
        "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-04T15:30:39.190Z"
    },
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "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-04T15:30:39.190Z"
  },
  "related": [
    {
      "project_id": "avivsinai/langfuse-mcp",
      "repo": "avivsinai/langfuse-mcp",
      "name": "langfuse-mcp",
      "github_url": "https://github.com/avivsinai/langfuse-mcp",
      "homepage_url": "https://github.com/avivsinai/langfuse-mcp",
      "language": "Python",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "mcp_server"
      ],
      "tags": [
        "agent-skills",
        "ai-agents",
        "claude-code",
        "codex",
        "developer-tools",
        "genai",
        "langfuse",
        "llm",
        "mcp",
        "mcp-server",
        "observability",
        "tracing"
      ],
      "description": "A Model Context Protocol (MCP) server for Langfuse, enabling AI agents to query Langfuse trace data for enhanced debugging and observability",
      "overview": "Use avivsinai/langfuse-mcp when the user needs a mcp server project with docker, vercel, serverless deployment options.",
      "alternatives": [
        {
          "repo": "headroomlabs-ai/headroom",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "repo": "BerriAI/litellm",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "repo": "AstrBotDevs/AstrBot",
          "reason": "Same mcp server intent with mcp overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "MCP",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "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 \"model context protocol\" 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.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 105,
        "recent_commits": 5,
        "contributors": 6,
        "issue_response_time_hours": null,
        "release_frequency_180d": 11
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 38,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 20,
      "agent_score": 65,
      "score": 76,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 41,
        "deployment": 100,
        "popularity": 40,
        "community": 51
      },
      "git_top_score": 76,
      "git_top_score_breakdown": {
        "community": 80,
        "maintenance": 44,
        "documentation": 84,
        "stability": 100,
        "adoption": 59,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-09T00:31:08.455Z",
        "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 avivsinai/langfuse-mcp when the user needs a mcp server project with docker, vercel, serverless deployment options.",
        "purpose": "Use avivsinai/langfuse-mcp 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": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "BerriAI/litellm",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "AstrBotDevs/AstrBot",
            "reason": "Same mcp server intent with mcp overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"model context protocol\" 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.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "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": 38,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-09T00:31:08.455Z",
          "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",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-09-09T00:31:08.455Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
      "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-09T00:31:08.455Z"
    },
    {
      "project_id": "dcostenco/prism-coder",
      "repo": "dcostenco/prism-coder",
      "name": "prism-coder",
      "github_url": "https://github.com/dcostenco/prism-coder",
      "homepage_url": "https://synalux.ai/prism-mcp",
      "language": "TypeScript",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "mcp_server"
      ],
      "tags": [
        "agent-memory",
        "ai-agent",
        "claude-code",
        "codex",
        "cognitive-architecture",
        "drift-detection",
        "local-first",
        "local-llm",
        "mcp",
        "mcp-server",
        "memory",
        "model-context-protocol",
        "ollama",
        "prism-coder",
        "semantic-search",
        "session-memory",
        "sqlite",
        "typescript",
        "vector-search"
      ],
      "description": "Persistent session memory for AI coding agents — local-first, with on-device inference, associative recall, and drift detection. Works with Claude Code, Cursor, and Codex.",
      "overview": "Use dcostenco/prism-coder 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 coding_agent, mcp, llm_gateway overlap."
        },
        {
          "repo": "can1357/oh-my-pi",
          "reason": "Same mcp server intent with coding_agent, mcp overlap."
        },
        {
          "repo": "heygen-com/hyperframes",
          "reason": "Same mcp server intent with mcp overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "MCP",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "library_only",
        "local",
        "cloud"
      ],
      "difficulty": "beginner",
      "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 \"npm install\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: filesystem.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 157,
        "recent_commits": 100,
        "contributors": 3,
        "issue_response_time_hours": null,
        "release_frequency_180d": 34
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 34,
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 30,
      "agent_score": 67,
      "score": 81,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 57,
        "deployment": 90,
        "popularity": 44,
        "community": 48
      },
      "git_top_score": 81,
      "git_top_score_breakdown": {
        "community": 73,
        "maintenance": 71,
        "documentation": 84,
        "stability": 100,
        "adoption": 62,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-02T17:01:06.326Z",
        "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 dcostenco/prism-coder when the user needs a mcp server project with docker, library-only, local deployment options.",
        "purpose": "Use dcostenco/prism-coder 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 coding_agent, mcp, llm_gateway overlap."
          },
          {
            "repo": "can1357/oh-my-pi",
            "reason": "Same mcp server intent with coding_agent, mcp overlap."
          },
          {
            "repo": "heygen-com/hyperframes",
            "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 \"npm install\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Runtime blocker: filesystem.",
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 34,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-02T17:01:06.326Z",
          "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-02T17:01:06.326Z"
      },
      "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-02T17:01:06.326Z"
    },
    {
      "project_id": "seaworld008/Commonly-used-high-value-skills",
      "repo": "seaworld008/Commonly-used-high-value-skills",
      "name": "Commonly-used-high-value-skills",
      "github_url": "https://github.com/seaworld008/Commonly-used-high-value-skills",
      "homepage_url": null,
      "language": "Python",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "mcp_server"
      ],
      "tags": [
        "agent",
        "agentic-workflows",
        "ai",
        "ai-tools",
        "automation",
        "claude-code",
        "codex",
        "hermes",
        "llm",
        "mcp",
        "model-context-protocol",
        "multi-agent",
        "openclaw",
        "prompt-engineering",
        "skills",
        "tool-calling"
      ],
      "description": "High-value AI skills repository for Codex, Claude Code, OpenClaw, agents, prompts, and automation workflows.  高价值的 AI 技能库，涵盖 Codex、Claude Code、OpenClaw、代理、提示和自动化工作流程。",
      "overview": "Use seaworld008/Commonly-used-high-value-skills when the user needs a mcp server project with docker, vercel, serverless deployment options.",
      "alternatives": [
        {
          "repo": "headroomlabs-ai/headroom",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "repo": "BerriAI/litellm",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "repo": "AstrBotDevs/AstrBot",
          "reason": "Same mcp server intent with mcp overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "MCP",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "vercel",
        "serverless",
        "kubernetes",
        "local"
      ],
      "difficulty": "beginner",
      "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": [
            "Matched \"vercel\" in repository content.",
            "Matched \"kubernetes\" in repository content.",
            "Matched \"helm chart\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "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": 68,
        "recent_commits": 32,
        "contributors": 4,
        "issue_response_time_hours": null,
        "release_frequency_180d": 4
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 13,
      "agent_score": 62,
      "score": 76,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 30,
        "deployment": 100,
        "popularity": 37,
        "community": 49
      },
      "git_top_score": 76,
      "git_top_score_breakdown": {
        "community": 72,
        "maintenance": 48,
        "documentation": 92,
        "stability": 100,
        "adoption": 49,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-02T08:01:07.584Z",
        "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 seaworld008/Commonly-used-high-value-skills when the user needs a mcp server project with docker, vercel, serverless deployment options.",
        "purpose": "Use seaworld008/Commonly-used-high-value-skills 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",
          "front-end apps",
          "non-tooling backends"
        ],
        "deployment": [
          "docker",
          "vercel",
          "serverless",
          "kubernetes",
          "local"
        ],
        "alternatives": [
          {
            "repo": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "BerriAI/litellm",
            "reason": "Same mcp server intent with mcp 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 \"vercel\" in repository content.",
              "Matched \"kubernetes\" in repository content.",
              "Matched \"helm chart\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "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": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-02T08:01:07.584Z",
          "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",
          "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-02T08:01:07.584Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "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-02T08:01:07.584Z"
    },
    {
      "project_id": "coco-research/coco",
      "repo": "coco-research/coco",
      "name": "coco",
      "github_url": "https://github.com/coco-research/coco",
      "homepage_url": "https://cocoresearch.org/coco/",
      "language": "HTML",
      "license": "NOASSERTION",
      "project_kind": "project",
      "category": [
        "mcp_server"
      ],
      "tags": [
        "agent-skills",
        "agents-md",
        "ai",
        "ai-agents",
        "claude-code",
        "codex",
        "cursor",
        "developer-tools",
        "llm-tools",
        "mcp",
        "pm-tools",
        "product-management",
        "productivity",
        "prompt-engineering",
        "workflow-automation"
      ],
      "description": "CoCo Super Intelligence is the orchestration layer that turns Claude Code, Cursor, or Codex into an engineering department: a routed advisory board, 185 skills, 280 commands, persistent state. Local. Open-core — MIT core; Super Intelligence is proprietary, own-use.",
      "overview": "Use coco-research/coco when the user needs a mcp server project with vercel, serverless, library-only deployment options.",
      "alternatives": [
        {
          "repo": "headroomlabs-ai/headroom",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "repo": "affaan-m/ECC",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "repo": "ruvnet/ruflo",
          "reason": "Same mcp server intent with mcp, workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "MCP",
        "LLM provider"
      ],
      "deployments": [
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "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 \"vercel\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "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": 219,
        "recent_commits": 20,
        "contributors": 3,
        "issue_response_time_hours": null,
        "release_frequency_180d": 4
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 35,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 12,
      "agent_score": 61,
      "score": 77,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 28,
        "deployment": 90,
        "popularity": 47,
        "community": 48
      },
      "git_top_score": 77,
      "git_top_score_breakdown": {
        "community": 74,
        "maintenance": 43,
        "documentation": 92,
        "stability": 100,
        "adoption": 62,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-07T05:30:43.176Z",
        "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 coco-research/coco when the user needs a mcp server project with vercel, serverless, library-only deployment options.",
        "purpose": "Use coco-research/coco when the user needs a mcp server project with vercel, serverless, library-only 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": [
          "vercel",
          "serverless",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "affaan-m/ECC",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "ruvnet/ruflo",
            "reason": "Same mcp server intent with mcp, workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "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": 35,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-07T05:30:43.176Z",
          "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",
          "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-07T05:30:43.176Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "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-07T05:30:43.176Z"
    },
    {
      "project_id": "yonatangross/orchestkit",
      "repo": "yonatangross/orchestkit",
      "name": "orchestkit",
      "github_url": "https://github.com/yonatangross/orchestkit",
      "homepage_url": "https://orchestkit.yonyon.ai",
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "mcp_server"
      ],
      "tags": [
        "agent-orchestration",
        "agents",
        "ai-agents",
        "ai-development",
        "anthropic",
        "claude-code",
        "claude-code-plugin",
        "claude-plugin",
        "developer-tools",
        "fastapi",
        "langgraph",
        "llm",
        "mcp",
        "rag",
        "react",
        "security",
        "testing",
        "typescript"
      ],
      "description": "The Complete AI Development Toolkit for Claude Code. 106 skills, 36 agents, 171 hooks. Install `ork` for stable (v9.x), or `ork-alpha` for the v10 line, which ships daily.",
      "overview": "Use yonatangross/orchestkit when the user needs a mcp server project with docker, vercel, serverless deployment options.",
      "alternatives": [
        {
          "repo": "headroomlabs-ai/headroom",
          "reason": "Same mcp server intent with rag, mcp overlap."
        },
        {
          "repo": "can1357/oh-my-pi",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "repo": "heygen-com/hyperframes",
          "reason": "Same mcp server intent with mcp overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "MCP",
        "Vector database",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "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 \"vercel\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 228,
        "recent_commits": 100,
        "contributors": 8,
        "issue_response_time_hours": null,
        "release_frequency_180d": 100
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 35,
        "commits_30d": "partial",
        "releases_180d": "partial",
        "contributors_90d": "complete"
      },
      "quality_score": 31,
      "agent_score": 71,
      "score": 83,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 58,
        "deployment": 100,
        "popularity": 47,
        "community": 53
      },
      "git_top_score": 83,
      "git_top_score_breakdown": {
        "community": 90,
        "maintenance": 71,
        "documentation": 84,
        "stability": 90,
        "adoption": 66,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-05T02:30:42.507Z",
        "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 yonatangross/orchestkit when the user needs a mcp server project with docker, vercel, serverless deployment options.",
        "purpose": "Use yonatangross/orchestkit 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": "headroomlabs-ai/headroom",
            "reason": "Same mcp server intent with rag, mcp overlap."
          },
          {
            "repo": "can1357/oh-my-pi",
            "reason": "Same mcp server intent with mcp overlap."
          },
          {
            "repo": "heygen-com/hyperframes",
            "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 \"vercel\" in repository content.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 35,
          "commits_30d": "partial",
          "releases_180d": "partial",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-05T02:30:42.507Z",
          "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.",
          "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-05T02:30:42.507Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Partial or estimated quality signals: commits30d, releases180d.",
        "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-05T02:30:42.507Z"
    },
    {
      "project_id": "inkeep/agents",
      "repo": "inkeep/agents",
      "name": "agents",
      "github_url": "https://github.com/inkeep/agents",
      "homepage_url": "https://docs.inkeep.com",
      "language": "TypeScript",
      "license": "NOASSERTION",
      "project_kind": "project",
      "category": [
        "mcp_server"
      ],
      "tags": [
        "agent",
        "agent-builder",
        "agent-framework",
        "agents-sdk",
        "ai",
        "ai-agent",
        "ai-agents",
        "aiagentframework",
        "developer-sdk",
        "inkeep",
        "llms",
        "low-code",
        "mcp",
        "mcp-server",
        "mulit-agent",
        "no-code",
        "self-hosted",
        "typescript",
        "workflow",
        "workflows"
      ],
      "description": "Create AI Agents in a No-Code Visual Builder or TypeScript SDK with full 2-way sync. For shipping AI assistants and multi-agent AI workflows.",
      "overview": "Use inkeep/agents when the user needs a mcp server project with docker, vercel, serverless 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": "aaif-goose/goose",
          "reason": "Same mcp server intent with mcp overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "MCP",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "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 \"vercel\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 1406,
        "recent_commits": 12,
        "contributors": 25,
        "issue_response_time_hours": null,
        "release_frequency_180d": 53
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 27,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 26,
      "agent_score": 74,
      "score": 87,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 49,
        "deployment": 100,
        "popularity": 63,
        "community": 70
      },
      "git_top_score": 87,
      "git_top_score_breakdown": {
        "community": 100,
        "maintenance": 55,
        "documentation": 84,
        "stability": 100,
        "adoption": 92,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-02T12:49:27.953Z",
        "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 inkeep/agents when the user needs a mcp server project with docker, vercel, serverless deployment options.",
        "purpose": "Use inkeep/agents 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": "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": "aaif-goose/goose",
            "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 \"vercel\" in repository content.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "No Cloudflare deployment signal detected.",
              "No wrangler.toml found in inspected repository files."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 27,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-02T12:49:27.953Z",
          "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",
          "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-02T12:49:27.953Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "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-02T12:49:27.953Z"
    },
    {
      "project_id": "JKHeadley/instar",
      "repo": "JKHeadley/instar",
      "name": "instar",
      "github_url": "https://github.com/JKHeadley/instar",
      "homepage_url": "https://instar.sh",
      "language": "TypeScript",
      "license": "MIT",
      "project_kind": "project",
      "category": [
        "mcp_server"
      ],
      "tags": [
        "agent-framework",
        "agent-identity",
        "agent-infrastructure",
        "agent-memory",
        "agent-skills",
        "ai-agents",
        "ai-safety",
        "autonomous-agents",
        "claude-code",
        "cli",
        "cron",
        "job-scheduler",
        "llm",
        "mcp",
        "npm-package",
        "open-source",
        "persistency",
        "telegram-bot",
        "typescript",
        "whatsapp"
      ],
      "description": "Persistent Claude Code agents with scheduling, sessions, memory, and Telegram.",
      "overview": "Use JKHeadley/instar when the user needs a mcp server project with docker, vercel, serverless 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": "heygen-com/hyperframes",
          "reason": "Same mcp server intent with mcp overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "MCP",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "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 \"vercel\" in repository content.",
            "Matched \"library\" in repository content.",
            "Local usage is assumed for open source repositories unless contradicted."
          ]
        },
        "difficulty": {
          "confidence": "medium",
          "evidence": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: python.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "quality_signals": {
        "stars": 79,
        "recent_commits": 100,
        "contributors": 12,
        "issue_response_time_hours": null,
        "release_frequency_180d": 0
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 38,
        "commits_30d": "partial",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 16,
      "agent_score": 64,
      "score": 73,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 34,
        "deployment": 100,
        "popularity": 38,
        "community": 57
      },
      "git_top_score": 73,
      "git_top_score_breakdown": {
        "community": 97,
        "maintenance": 43,
        "documentation": 84,
        "stability": 70,
        "adoption": 54,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-08T13:31:15.964Z",
        "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 JKHeadley/instar when the user needs a mcp server project with docker, vercel, serverless deployment options.",
        "purpose": "Use JKHeadley/instar 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": "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": "heygen-com/hyperframes",
            "reason": "Same mcp server intent with mcp overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "medium",
            "evidence": [
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Matched \"vercel\" in repository content.",
              "Matched \"library\" in repository content.",
              "Local usage is assumed for open source repositories unless contradicted."
            ]
          },
          "difficulty": {
            "confidence": "medium",
            "evidence": [
              "Repository has under 10k stars, so complexity is treated conservatively."
            ]
          },
          "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": 38,
          "commits_30d": "partial",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-08T13:31:15.964Z",
          "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-08T13:31:15.964Z"
      },
      "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-08T13:31:15.964Z"
    },
    {
      "project_id": "nirholas/XActions",
      "repo": "nirholas/XActions",
      "name": "XActions",
      "github_url": "https://github.com/nirholas/XActions",
      "homepage_url": "https://xactions.app/features",
      "language": "HTML",
      "license": "Apache-2.0",
      "project_kind": "project",
      "category": [
        "mcp_server"
      ],
      "tags": [
        "ai-agent",
        "automation",
        "claude",
        "gpt",
        "mass-unfollow",
        "mcp",
        "mcp-server",
        "model-context-protocol",
        "nodejs",
        "open-source",
        "puppeteer",
        "twitter",
        "twitter-automation",
        "twitter-bot",
        "twitter-scraper",
        "unfollow-tool",
        "x",
        "xactions"
      ],
      "description": "⚡ The Complete X/Twitter Automation Toolkit — Scrapers, MCP server for AI agents (Claude/GPT), CLI, browser scripts. No API fees. Open source. Unfollow people who don't follow back. Monitor real-time analytics. Auto follow, like, comment, scrape, without API. Follow Bot. Like bot. Grow your account automatically. ",
      "overview": "Use nirholas/XActions when the user needs a mcp server project with docker, cloudflare, serverless deployment options.",
      "alternatives": [
        {
          "repo": "can1357/oh-my-pi",
          "reason": "Same mcp server intent with browser_automation, mcp overlap."
        },
        {
          "repo": "rocketride-org/rocketride-server",
          "reason": "Same mcp server intent with mcp, workflow overlap."
        },
        {
          "repo": "ruvnet/ruflo",
          "reason": "Same mcp server intent with mcp, workflow overlap."
        }
      ],
      "related": [],
      "dependencies": [
        "MCP",
        "Cloudflare Workers",
        "Browser automation",
        "LLM provider"
      ],
      "deployments": [
        "docker",
        "cloudflare",
        "serverless",
        "vercel",
        "library_only",
        "local"
      ],
      "difficulty": "beginner",
      "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.",
            "Found wrangler.toml.",
            "Matched \"vercel\" 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": [
            "Cloudflare deployment path suggests a guided serverless setup."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Cloudflare signal: wrangler.toml.",
            "Runtime blocker: python."
          ]
        }
      },
      "quality_signals": {
        "stars": 506,
        "recent_commits": 75,
        "contributors": 4,
        "issue_response_time_hours": null,
        "release_frequency_180d": 0
      },
      "quality_signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 31,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "quality_score": 14,
      "agent_score": 64,
      "score": 74,
      "agent_score_breakdown": {
        "documentation": 90,
        "maintenance": 28,
        "deployment": 100,
        "popularity": 54,
        "community": 49
      },
      "git_top_score": 74,
      "git_top_score_breakdown": {
        "community": 81,
        "maintenance": 39,
        "documentation": 84,
        "stability": 70,
        "adoption": 79,
        "agent_readability": 100
      },
      "verification": {
        "schema_version": "git-top.verification.v1",
        "overall_status": "partial",
        "observed_at": "2026-09-04T16:30:37.719Z",
        "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 nirholas/XActions when the user needs a mcp server project with docker, cloudflare, serverless deployment options.",
        "purpose": "Use nirholas/XActions when the user needs a mcp server project with docker, cloudflare, serverless deployment options.",
        "install": "Deploy on Cloudflare Workers using the repository's deployment 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",
          "cloudflare",
          "serverless",
          "vercel",
          "library_only",
          "local"
        ],
        "alternatives": [
          {
            "repo": "can1357/oh-my-pi",
            "reason": "Same mcp server intent with browser_automation, mcp overlap."
          },
          {
            "repo": "rocketride-org/rocketride-server",
            "reason": "Same mcp server intent with mcp, workflow overlap."
          },
          {
            "repo": "ruvnet/ruflo",
            "reason": "Same mcp server intent with mcp, workflow overlap."
          }
        ]
      },
      "evidence": {
        "classification": {
          "category": {
            "confidence": "high",
            "evidence": [
              "Matched \"mcp server\" in metadata.",
              "Matched \"mcp\" in metadata."
            ]
          },
          "deployment": {
            "confidence": "high",
            "evidence": [
              "Found Docker configuration file.",
              "Found wrangler.toml.",
              "Matched \"vercel\" 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": [
              "Cloudflare deployment path suggests a guided serverless setup."
            ]
          },
          "cloudflare_ready": {
            "confidence": "high",
            "evidence": [
              "Cloudflare signal: wrangler.toml.",
              "Runtime blocker: python."
            ]
          }
        },
        "quality_signal_confidence": {
          "stars_30d_delta": "snapshot",
          "stars30d_window_days": 31,
          "commits_30d": "complete",
          "releases_180d": "complete",
          "contributors_90d": "complete"
        },
        "verification": {
          "schema_version": "git-top.verification.v1",
          "overall_status": "partial",
          "observed_at": "2026-09-04T16:30:37.719Z",
          "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",
          "Independent installation, security, or runtime probes have not been run for this project."
        ],
        "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
        "last_verified_at": "2026-09-04T16:30:37.719Z"
      },
      "caveats": [
        "edge-only Cloudflare Workers deployment without adaptation",
        "users expecting a complete hosted product",
        "Independent installation, security, or runtime probes have not been run for this project."
      ],
      "confidence_reason": "Classification evidence and quality signals are strong enough for shortlist reasoning when metadata is current.",
      "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-04T16:30:37.719Z"
    }
  ],
  "resolved_from": {
    "requested_id": "ohad6k/emulo",
    "resolved_id": "ohad6k/emulo",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1214,
    "generated_at": "2026-09-09T00:32:40.250Z",
    "snapshot_id": "d1:1214:2026-09-09T00:31:16.210Z",
    "latest_synced_at": "2026-09-09T00:31:16.210Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}