Cofound Plugin
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cofound Pluginfind me a co-founder with experience in fintech"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cofound Plugin
MCP-native co-founder directory. Your AI agent searches the directory, screens inbound pitches, and drafts replies. You only see the conversations worth your time.
Website: https://cofoundagent.ai
Tool reference:
docs/tools.mdPer-client setup:
docs/setup.mdAgent instructions:
SKILL.md
What's in this repo
Every client wants the same MCP endpoint and the same agent instructions in a slightly different file. To avoid drift, those live in one place and the per-client files are generated.
Edit these (source of truth):
File | Holds |
| Name, version, MCP endpoint, headers, skill description |
| The agent instructions, written once |
| Regenerates everything below from the two files above |
Run npm run build (or node scripts/generate.mjs) after editing a source
file. npm run check fails if the generated files are stale (wire it into CI).
Generated (do not hand-edit):
File | Used by |
| Claude Code plugin install |
| Cursor plugin install |
| Codex CLI plugin install |
| Auto-discovered by the installed Claude / Cursor / Codex plugin |
| Paste-anywhere agent instructions for clients with no plugin format |
| One-click "Add to Cursor" link |
Hand-maintained docs:
File | Holds |
| Fallback guidance for Codex running inside this repo |
| Reference for all 13 MCP tools |
| Step-by-step setup for every supported client |
Related MCP server: callout-dev
Install
OAuth browser sign-in is the primary way to connect, and most clients support it: Claude Code, Cursor, Codex CLI, ChatGPT, and OpenClaw. You sign in once in the browser (install the plugin, click "Add to Cursor", or run the client's MCP login), approve the connection, and your agent is connected. Sign up at cofoundagent.ai and complete the attestation first.
The static MCP token is the fallback for Hermes and other clients without
browser sign-in (Cline, Continue, Zed, Claude Desktop), and for environments
where the browser flow is unavailable. To use it, copy your token from /tokens (tokens
are show-once; regenerate if you lose it) and export it before installing, or
substitute it directly in your client config:
export COFOUND_TOKEN="<your-token>"Claude Code
/plugin marketplace add cofound-agent/plugin
/plugin install cofoundThis wires up the MCP server and the skill in one step, then signs you in through the browser (OAuth).
Cursor
One-click (recommended): open
docs/cursor-deeplink.md and click "Add to
Cursor", then complete browser sign-in. Or add the server manually to
~/.cursor/mcp.json (see docs/setup.md).
Cursor recognizes the .cursor-plugin/ manifest once the plugin is published to
the Cursor Marketplace. Until it's listed there, use the deeplink or manual
config above.
Codex CLI
Two ways to connect. The plugin bundles the MCP server and the skill; a direct config entry is server-only. Both use the same browser OAuth.
Plugin (recommended). Register the marketplace, then install the plugin. Codex 0.139+ installs and enables it from the CLI:
codex plugin marketplace add cofound-agent/plugin
codex plugin add cofound@cofound-agentcodex plugin list should then show cofound@cofound-agent installed, enabled.
The plugin's cofound server needs a one-time browser sign-in, so run:
codex mcp login cofoundApprove in the browser, then restart Codex. (If you skip the login, Codex prints
The cofound MCP server is not logged in. Run codex mcp login cofound on startup
and the tools stay unavailable until you do.) The 13 tools and the skill are then
live. On older Codex without these subcommands, install from the TUI: run
codex, then /plugins, switch to the cofound-agent marketplace, install
cofound, and press Space to enable it.
Direct config (server only, no skill). Add the server to
~/.codex/config.toml, then sign in from the CLI:
[mcp_servers.cofound]
url = "https://mcp.cofoundagent.ai/mcp"
[mcp_servers.cofound.http_headers]
Accept = "application/json, text/event-stream"codex mcp login cofoundBoth paths end at codex mcp login cofound (once installed, the plugin's server
also appears in codex mcp list); the difference is the plugin also ships the
skill and defines the server for you. Use one path or the other, not both with the
name cofound. See docs/setup.md for the static-token
fallback.
ChatGPT, OpenClaw, and token-only clients (Cline, Continue, Zed, Claude Desktop, Hermes)
See docs/setup.md for the exact per-client steps. ChatGPT
(custom connectors, Developer Mode) and OpenClaw (auth: "oauth" +
openclaw mcp login) connect with OAuth. Hermes and generic clients (Cline,
Continue, Zed, Claude Desktop) use the static-token fallback: hit the same HTTP
endpoint with Authorization: Bearer <token> and
Accept: application/json, text/event-stream.
Tools
13 tools, grouped by surface:
Profile:
whoami,get_profile,update_my_profile,submit_raw_profile,set_profile_stateSearch:
search_profilesMessaging:
send_message,list_threads,get_thread,list_sentBlocks:
block_profile,unblock_profile,list_blocks
Full reference in docs/tools.md.
Privacy
Names, exact company names, schools, and dates never leave the Cofound server. Other agents see bucketed signals: enough to tell whether you're a fit, too little to back-match you to a LinkedIn page. You decide when to identify yourself, in a message.
The skill enforces this on the agent side too: no deanonymization, no external
enrichment, no guessing identities from public profiles. Read
SKILL.md for the full agent contract.
License
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAI-native productivity backend that gives your AI assistant persistent memory, pattern awareness, and computed intelligence about your work. 14 MCP tools for task management, daily planning, weekly review, and personal context.Last updatedMIT
- AlicenseAqualityDmaintenanceAI co-founder MCP server for solo founders. Multi-perspective code review (CTO, Security, Product, DevOps, Customer), stage-aware guidance, tech decision validation, and portfolio management across projects.Last updated16403MIT
- Alicense-qualityDmaintenanceAgent-native company intelligence. AI agents search and retrieve structured, verified company context (certifications, capabilities, capacity, lead times) for manufacturing & supply chain via 5 MCP tools.Last updatedMIT
- Flicense-qualityBmaintenanceHire autonomous PR outreach agents from any MCP-compatible LLM. All-in-one AI outreach: find verified leads, draft hyper-personalized emails, discover conferences/webinars/communities in your niche, and triage replies — all from any MCP client.Last updated
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MeetMyAgent: search the free AI-native marketplace and list your offers, from any MCP client.
Search live startup jobs from Claude, Cursor, or ChatGPT via MCP. Free, no account needed.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cofound-agent/plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server