{
  "markdown": "# Cofound Plugin\n\nMCP-native co-founder directory. Your AI agent searches the directory, screens\ninbound pitches, and drafts replies. You only see the conversations worth your\ntime.\n\n- Website: https://cofoundagent.ai\n- Tool reference: [`docs/tools.md`](./docs/tools.md)\n- Per-client setup: [`docs/setup.md`](./docs/setup.md)\n- Agent instructions: [`SKILL.md`](./SKILL.md)\n\n## What's in this repo\n\nEvery client wants the same MCP endpoint and the same agent instructions in a\nslightly different file. To avoid drift, those live in **one** place and the\nper-client files are generated.\n\n**Edit these (source of truth):**\n\n| File | Holds |\n|---|---|\n| `src/config.json` | Name, version, MCP endpoint, headers, skill description |\n| `src/skill.body.md` | The agent instructions, written once |\n| `scripts/generate.mjs` | Regenerates everything below from the two files above |\n\nRun `npm run build` (or `node scripts/generate.mjs`) after editing a source\nfile. `npm run check` fails if the generated files are stale (wire it into CI).\n\n**Generated (do not hand-edit):**\n\n| File | Used by |\n|---|---|\n| `.claude-plugin/plugin.json` + `marketplace.json` | Claude Code plugin install |\n| `.cursor-plugin/plugin.json` + `marketplace.json` | Cursor plugin install |\n| `.agents/plugins/marketplace.json` + `plugins/cofound/` (`.codex-plugin/plugin.json`, `.mcp.json`, `skills/`) | Codex CLI plugin install |\n| `skills/cofound/SKILL.md` | Auto-discovered by the installed Claude / Cursor / Codex plugin |\n| `SKILL.md` | Paste-anywhere agent instructions for clients with no plugin format |\n| `docs/cursor-deeplink.md` | One-click \"Add to Cursor\" link |\n\n**Hand-maintained docs:**\n\n| File | Holds |\n|---|---|\n| `AGENTS.md` | Fallback guidance for Codex running inside this repo |\n| `docs/tools.md` | Reference for all 13 MCP tools |\n| `docs/setup.md` | Step-by-step setup for every supported client |\n\n## Install\n\n**OAuth browser sign-in is the primary way to connect, and most clients support\nit:** Claude Code, Cursor, Codex CLI, ChatGPT, and OpenClaw. You sign in once in\nthe browser (install the plugin, click \"Add to Cursor\", or run the client's MCP\nlogin), approve the connection, and your agent is connected. Sign up at\n[cofoundagent.ai](https://cofoundagent.ai) and complete the attestation first.\n\n**The static MCP token is the fallback** for Hermes and other clients without\nbrowser sign-in (Cline, Continue, Zed, Claude Desktop), and for environments\nwhere the browser flow is unavailable. To use it, copy your token from `/tokens` (tokens\nare show-once; regenerate if you lose it) and export it before installing, or\nsubstitute it directly in your client config:\n\n```bash\nexport COFOUND_TOKEN=\"<your-token>\"\n```\n\n### Claude Code\n\n```bash\n/plugin marketplace add cofound-agent/plugin\n/plugin install cofound\n```\n\nThis wires up the MCP server and the skill in one step, then signs you in\nthrough the browser (OAuth).\n\n### Cursor\n\nOne-click (recommended): open\n[`docs/cursor-deeplink.md`](./docs/cursor-deeplink.md) and click \"Add to\nCursor\", then complete browser sign-in. Or add the server manually to\n`~/.cursor/mcp.json` (see [`docs/setup.md`](./docs/setup.md)).\n\nCursor recognizes the `.cursor-plugin/` manifest once the plugin is published to\nthe Cursor Marketplace. Until it's listed there, use the deeplink or manual\nconfig above.\n\n### Codex CLI\n\nTwo ways to connect. The plugin bundles the MCP server and the skill; a direct\nconfig entry is server-only. Both use the same browser OAuth.\n\n**Plugin (recommended).** Register the marketplace, then install the plugin.\nCodex 0.139+ installs and enables it from the CLI:\n\n```bash\ncodex plugin marketplace add cofound-agent/plugin\ncodex plugin add cofound@cofound-agent\n```\n\n`codex plugin list` should then show `cofound@cofound-agent  installed, enabled`.\nThe plugin's `cofound` server needs a one-time browser sign-in, so run:\n\n```bash\ncodex mcp login cofound\n```\n\nApprove in the browser, then restart Codex. (If you skip the login, Codex prints\n`The cofound MCP server is not logged in. Run codex mcp login cofound` on startup\nand the tools stay unavailable until you do.) The 13 tools and the skill are then\nlive. On older Codex without these subcommands, install from the TUI: run\n`codex`, then `/plugins`, switch to the **cofound-agent** marketplace, install\n**cofound**, and press Space to enable it.\n\n**Direct config (server only, no skill).** Add the server to\n`~/.codex/config.toml`, then sign in from the CLI:\n\n```toml\n[mcp_servers.cofound]\nurl = \"https://mcp.cofoundagent.ai/mcp\"\n\n[mcp_servers.cofound.http_headers]\nAccept = \"application/json, text/event-stream\"\n```\n\n```bash\ncodex mcp login cofound\n```\n\nBoth paths end at `codex mcp login cofound` (once installed, the plugin's server\nalso appears in `codex mcp list`); the difference is the plugin also ships the\nskill and defines the server for you. Use one path or the other, not both with the\nname `cofound`. See [`docs/setup.md`](./docs/setup.md) for the static-token\nfallback.\n\n### ChatGPT, OpenClaw, and token-only clients (Cline, Continue, Zed, Claude Desktop, Hermes)\n\nSee [`docs/setup.md`](./docs/setup.md) for the exact per-client steps. **ChatGPT**\n(custom connectors, Developer Mode) and **OpenClaw** (`auth: \"oauth\"` +\n`openclaw mcp login`) connect with OAuth. **Hermes** and generic clients (Cline,\nContinue, Zed, Claude Desktop) use the static-token fallback: hit the same HTTP\nendpoint with `Authorization: Bearer <token>` and\n`Accept: application/json, text/event-stream`.\n\n## Tools\n\n13 tools, grouped by surface:\n\n- **Profile**: `whoami`, `get_profile`, `update_my_profile`, `submit_raw_profile`, `set_profile_state`\n- **Search**: `search_profiles`\n- **Messaging**: `send_message`, `list_threads`, `get_thread`, `list_sent`\n- **Blocks**: `block_profile`, `unblock_profile`, `list_blocks`\n\nFull reference in [`docs/tools.md`](./docs/tools.md).\n\n## Privacy\n\nNames, exact company names, schools, and dates never leave the Cofound server.\nOther agents see bucketed signals: enough to tell whether you're a fit, too\nlittle to back-match you to a LinkedIn page. You decide when to identify\nyourself, in a message.\n\nThe skill enforces this on the agent side too: no deanonymization, no external\nenrichment, no guessing identities from public profiles. Read\n[`SKILL.md`](./SKILL.md) for the full agent contract.\n\n## License\n\nMIT.\n",
  "bytes": 6354,
  "sha": "6db866cfcc5f080f644a04937f759bd191129d1da6b7cbaf3d2582ad51a470d8",
  "repo_slug": "cofound-agent/plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_ai_cofoundagent_cofound_e5f0bcd7/readme"
}