{
  "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": "rocketride-org/rocketride-server",
      "reason": "Same mcp server intent with mcp, workflow overlap."
    },
    {
      "repo": "affaan-m/ECC",
      "reason": "Same mcp server intent with mcp overlap."
    }
  ],
  "related": [
    {
      "repo": "ohad6k/emulo",
      "reason": "Related to coco-research/coco through mcp server category and vercel deployment."
    },
    {
      "repo": "seaworld008/Commonly-used-high-value-skills",
      "reason": "Related to coco-research/coco through mcp server category and vercel deployment."
    },
    {
      "repo": "avivsinai/langfuse-mcp",
      "reason": "Related to coco-research/coco through mcp server category and vercel deployment."
    },
    {
      "repo": "ComposioHQ/awesome-claude-skills",
      "reason": "Related to coco-research/coco through mcp server category and serverless deployment."
    },
    {
      "repo": "ComposioHQ/composio",
      "reason": "Related to coco-research/coco through mcp server category and vercel deployment."
    },
    {
      "repo": "aeonfun/aeon",
      "reason": "Related to coco-research/coco through mcp server category and vercel deployment."
    },
    {
      "repo": "yonatangross/orchestkit",
      "reason": "Related to coco-research/coco through mcp server category and vercel deployment."
    },
    {
      "repo": "inkeep/agents",
      "reason": "Related to coco-research/coco through mcp server category and vercel deployment."
    }
  ],
  "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": 220,
    "recent_commits": 18,
    "contributors": 3,
    "issue_response_time_hours": null,
    "release_frequency_180d": 4
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "snapshot",
    "stars30d_window_days": 34,
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 11,
  "agent_score": 60,
  "score": 76,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 27,
    "deployment": 90,
    "popularity": 47,
    "community": 48
  },
  "git_top_score": 76,
  "git_top_score_breakdown": {
    "community": 74,
    "maintenance": 40,
    "documentation": 92,
    "stability": 100,
    "adoption": 62,
    "agent_readability": 100
  },
  "verification": {
    "schema_version": "git-top.verification.v1",
    "overall_status": "partial",
    "observed_at": "2026-09-14T00:00:49.990Z",
    "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": "rocketride-org/rocketride-server",
        "reason": "Same mcp server intent with mcp, workflow overlap."
      },
      {
        "repo": "affaan-m/ECC",
        "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, 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": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "verification": {
      "schema_version": "git-top.verification.v1",
      "overall_status": "partial",
      "observed_at": "2026-09-14T00:00:49.990Z",
      "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-14T00:00:49.990Z"
  },
  "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-14T00:00:49.990Z",
  "knowledge": {
    "project": {
      "id": "coco-research/coco",
      "owner": "coco-research",
      "name": "coco",
      "full_name": "coco-research/coco",
      "github_url": "https://github.com/coco-research/coco",
      "homepage_url": "https://cocoresearch.org/coco/",
      "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.",
      "language": "HTML",
      "topics": [
        "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"
      ],
      "license": "NOASSERTION",
      "stars": 220,
      "forks": 11,
      "open_issues": 61,
      "default_branch": "main",
      "created_at": "2026-04-25T21:22:40Z",
      "updated_at": "2026-09-09T12:38:28Z",
      "pushed_at": "2026-09-12T05:39:55Z",
      "synced_at": "2026-09-14T00:00:49.990Z"
    },
    "agent_card": {
      "project_id": "coco-research/coco",
      "project_kind": "project",
      "category": "mcp_server",
      "difficulty": "beginner",
      "deployment": [
        "vercel",
        "serverless",
        "library_only",
        "local"
      ],
      "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"
      ],
      "alternatives": [
        {
          "project_id": "headroomlabs-ai/headroom",
          "reason": "Same mcp server intent with mcp overlap."
        },
        {
          "project_id": "rocketride-org/rocketride-server",
          "reason": "Same mcp server intent with mcp, workflow overlap."
        },
        {
          "project_id": "affaan-m/ECC",
          "reason": "Same mcp server intent with mcp overlap."
        }
      ],
      "summary_for_agent": "Use coco-research/coco when the user needs a mcp server project with vercel, serverless, library-only deployment options.",
      "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."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-09-14T00:00:49.990Z"
    },
    "metrics": {
      "project_id": "coco-research/coco",
      "stars_30d_delta": 0,
      "commits_30d": 18,
      "releases_180d": 4,
      "contributors_90d": 3,
      "issue_first_response_median_hours": null,
      "recent_push_days": 1,
      "git_score": 11,
      "maintenance_score": 27,
      "signal_confidence": {
        "stars_30d_delta": "snapshot",
        "stars30d_window_days": 34,
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-09-14T00:00:49.990Z"
    }
  },
  "resolved_from": {
    "requested_id": "coco-research/coco",
    "resolved_id": "coco-research/coco",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 1213,
    "generated_at": "2026-09-17T02:31:32.676Z",
    "snapshot_id": "d1:1213:2026-09-17T02:30:45.646Z",
    "latest_synced_at": "2026-09-17T02:30:45.646Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}