{
  "project_id": "PawanOsman/OpenCursor",
  "repo": "PawanOsman/OpenCursor",
  "name": "OpenCursor",
  "github_url": "https://github.com/PawanOsman/OpenCursor",
  "homepage_url": "https://marketplace.visualstudio.com/items?itemName=pkrd.ocursor",
  "language": "TypeScript",
  "license": "MIT",
  "project_kind": "project",
  "category": [
    "mcp_server"
  ],
  "tags": [
    "agent",
    "ai",
    "code",
    "coder",
    "cursor",
    "extension",
    "ide",
    "vscode"
  ],
  "description": "Open-source Cursor-like AI coding agent for VS Code — agentic chat, multi-provider LLMs (OpenAI, Ollama, llama.cpp), semantic search, and MCP support",
  "overview": "Use PawanOsman/OpenCursor when the user needs a mcp server project with library-only, local, cloud deployment options.",
  "alternatives": [
    {
      "repo": "upstash/context7",
      "reason": "Same mcp server intent with coding_agent, mcp overlap."
    },
    {
      "repo": "wonderwhy-er/DesktopCommanderMCP",
      "reason": "Same mcp server intent with coding_agent, mcp overlap."
    },
    {
      "repo": "superset-sh/superset",
      "reason": "Same mcp server intent with coding_agent, mcp overlap."
    }
  ],
  "related": [
    {
      "repo": "AstrBotDevs/AstrBot",
      "reason": "Related to PawanOsman/OpenCursor through mcp server category and library_only deployment."
    },
    {
      "repo": "kahliburke/Kaimon.jl",
      "reason": "Related to PawanOsman/OpenCursor through mcp server category and local deployment."
    },
    {
      "repo": "googleapis/mcp-toolbox",
      "reason": "Related to PawanOsman/OpenCursor through mcp server category and library_only deployment."
    },
    {
      "repo": "alpic-ai/skybridge",
      "reason": "Related to PawanOsman/OpenCursor through mcp server category and library_only deployment."
    },
    {
      "repo": "ImFeH2/flowent",
      "reason": "Related to PawanOsman/OpenCursor through mcp server category and library_only deployment."
    },
    {
      "repo": "freddy-schuetz/n8n-claw",
      "reason": "Related to PawanOsman/OpenCursor through mcp server category and library_only deployment."
    },
    {
      "repo": "idosal/git-mcp",
      "reason": "Related to PawanOsman/OpenCursor through mcp server category and library_only deployment."
    },
    {
      "repo": "google-gemini/gemini-cli",
      "reason": "Related to PawanOsman/OpenCursor through mcp server category and library_only deployment."
    }
  ],
  "dependencies": [
    "MCP",
    "LLM provider"
  ],
  "deployments": [
    "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": [
        "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": [
        "Repository has under 10k stars, so complexity is treated conservatively."
      ]
    },
    "cloudflare_ready": {
      "confidence": "high",
      "evidence": [
        "Runtime blocker: gpu.",
        "No Cloudflare deployment signal detected.",
        "No wrangler.toml found in inspected repository files."
      ]
    }
  },
  "quality_signals": {
    "stars": 5928,
    "recent_commits": 4,
    "contributors": 11,
    "issue_response_time_hours": null,
    "release_frequency_180d": 2
  },
  "quality_signal_confidence": {
    "stars_30d_delta": "estimated",
    "commits_30d": "complete",
    "releases_180d": "complete",
    "contributors_90d": "complete"
  },
  "quality_score": 13,
  "agent_score": 64,
  "score": 80,
  "agent_score_breakdown": {
    "documentation": 90,
    "maintenance": 24,
    "deployment": 80,
    "popularity": 75,
    "community": 56
  },
  "git_top_score": 80,
  "git_top_score_breakdown": {
    "community": 100,
    "maintenance": 23,
    "documentation": 84,
    "stability": 86,
    "adoption": 100,
    "agent_readability": 100
  },
  "summary": {
    "tl_dr": "Use PawanOsman/OpenCursor when the user needs a mcp server project with library-only, local, cloud deployment options.",
    "purpose": "Use PawanOsman/OpenCursor when the user needs a mcp server project with library-only, local, cloud deployment options.",
    "install": "Install as a library or package using the repository instructions.",
    "inputs": [
      "tool definitions",
      "resource config",
      "transport settings"
    ],
    "outputs": [
      "MCP tools",
      "JSON-RPC responses",
      "server capabilities"
    ],
    "good_for": [
      "connect agents to tools",
      "expose APIs through MCP",
      "bootstrap MCP integrations",
      "agent tool exposure",
      "MCP integrations",
      "tool servers"
    ],
    "not_good_for": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "front-end apps",
      "non-tooling backends"
    ],
    "deployment": [
      "library_only",
      "local",
      "cloud"
    ],
    "alternatives": [
      {
        "repo": "upstash/context7",
        "reason": "Same mcp server intent with coding_agent, mcp overlap."
      },
      {
        "repo": "wonderwhy-er/DesktopCommanderMCP",
        "reason": "Same mcp server intent with coding_agent, mcp overlap."
      },
      {
        "repo": "superset-sh/superset",
        "reason": "Same mcp server intent with coding_agent, mcp overlap."
      }
    ]
  },
  "evidence": {
    "classification": {
      "category": {
        "confidence": "medium",
        "evidence": [
          "Matched \"mcp\" in metadata."
        ]
      },
      "deployment": {
        "confidence": "high",
        "evidence": [
          "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": [
          "Repository has under 10k stars, so complexity is treated conservatively."
        ]
      },
      "cloudflare_ready": {
        "confidence": "high",
        "evidence": [
          "Runtime blocker: gpu.",
          "No Cloudflare deployment signal detected.",
          "No wrangler.toml found in inspected repository files."
        ]
      }
    },
    "quality_signal_confidence": {
      "stars_30d_delta": "estimated",
      "commits_30d": "complete",
      "releases_180d": "complete",
      "contributors_90d": "complete"
    },
    "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"
    ],
    "caveats": [
      "edge-only Cloudflare Workers deployment without adaptation",
      "users expecting a complete hosted product",
      "Partial or estimated quality signals: stars30dDelta."
    ],
    "confidence_reason": "Evidence is usable for comparison, but agents should cite caveats before making a strong recommendation.",
    "last_verified_at": "2026-07-15T11:00:32.516Z"
  },
  "caveats": [
    "edge-only Cloudflare Workers deployment without adaptation",
    "users expecting a complete hosted product",
    "Partial or estimated quality signals: stars30dDelta."
  ],
  "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"
  ],
  "last_verified_at": "2026-07-15T11:00:32.516Z",
  "knowledge": {
    "project": {
      "id": "PawanOsman/OpenCursor",
      "owner": "PawanOsman",
      "name": "OpenCursor",
      "full_name": "PawanOsman/OpenCursor",
      "github_url": "https://github.com/PawanOsman/OpenCursor",
      "homepage_url": "https://marketplace.visualstudio.com/items?itemName=pkrd.ocursor",
      "description": "Open-source Cursor-like AI coding agent for VS Code — agentic chat, multi-provider LLMs (OpenAI, Ollama, llama.cpp), semantic search, and MCP support",
      "language": "TypeScript",
      "topics": [
        "agent",
        "ai",
        "code",
        "coder",
        "cursor",
        "extension",
        "ide",
        "vscode"
      ],
      "license": "MIT",
      "stars": 5928,
      "forks": 1009,
      "open_issues": 3,
      "default_branch": "main",
      "created_at": "2022-12-06T16:39:11Z",
      "updated_at": "2026-07-15T10:56:33Z",
      "pushed_at": "2026-07-15T10:56:29Z",
      "synced_at": "2026-07-15T11:00:32.516Z"
    },
    "agent_card": {
      "project_id": "PawanOsman/OpenCursor",
      "project_kind": "project",
      "category": "mcp_server",
      "difficulty": "beginner",
      "deployment": [
        "library_only",
        "local",
        "cloud"
      ],
      "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": "upstash/context7",
          "reason": "Same mcp server intent with coding_agent, mcp overlap."
        },
        {
          "project_id": "wonderwhy-er/DesktopCommanderMCP",
          "reason": "Same mcp server intent with coding_agent, mcp overlap."
        },
        {
          "project_id": "superset-sh/superset",
          "reason": "Same mcp server intent with coding_agent, mcp overlap."
        }
      ],
      "summary_for_agent": "Use PawanOsman/OpenCursor when the user needs a mcp server project with library-only, local, cloud deployment options.",
      "classification": {
        "category": {
          "confidence": "medium",
          "evidence": [
            "Matched \"mcp\" in metadata."
          ]
        },
        "deployment": {
          "confidence": "high",
          "evidence": [
            "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": [
            "Repository has under 10k stars, so complexity is treated conservatively."
          ]
        },
        "cloudflare_ready": {
          "confidence": "high",
          "evidence": [
            "Runtime blocker: gpu.",
            "No Cloudflare deployment signal detected.",
            "No wrangler.toml found in inspected repository files."
          ]
        }
      },
      "schema_version": "v1",
      "generated_at": "2026-07-15T11:00:32.516Z"
    },
    "metrics": {
      "project_id": "PawanOsman/OpenCursor",
      "stars_30d_delta": 135,
      "commits_30d": 4,
      "releases_180d": 2,
      "contributors_90d": 11,
      "issue_first_response_median_hours": null,
      "recent_push_days": 0,
      "git_score": 13,
      "maintenance_score": 24,
      "signal_confidence": {
        "stars_30d_delta": "estimated",
        "commits_30d": "complete",
        "releases_180d": "complete",
        "contributors_90d": "complete"
      },
      "calculated_at": "2026-07-15T11:00:32.516Z"
    }
  },
  "resolved_from": {
    "requested_id": "PawanOsman/OpenCursor",
    "resolved_id": "PawanOsman/OpenCursor",
    "resolution": "direct"
  },
  "metadata": {
    "source": "d1",
    "reason": "d1_query",
    "project_count": 946,
    "generated_at": "2026-07-15T13:32:28.253Z",
    "snapshot_id": "d1:946:2026-07-15T13:30:57.826Z",
    "latest_synced_at": "2026-07-15T13:30:57.826Z",
    "schema_version": "git-top.knowledge.v1",
    "loaded_project_limit": 2000,
    "truncated": false
  }
}