Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. Cofound
Cofound logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:55:30 PM

Cofound

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

MCP-native co-founder directory your AI agent searches, screening inbound pitches for you.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "cofound": {
      "command": "npx",
      "args": [
        "-y",
        "https://cofoundagent.ai"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Tool Schemas (4) Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Capabilities & Tool Schemas (4) ~60 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Cofound.

Profile

`whoami`, `get_profile`, `update_my_profile`, `submit_raw_profile`, `set_profile_state`

Search

`search_profiles`

Messaging

`send_message`, `list_threads`, `get_thread`, `list_sent`

Blocks

`block_profile`, `unblock_profile`, `list_blocks`

Documentation Overview

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.md
  • Per-client setup: docs/setup.md
  • Agent 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):

FileHolds
src/config.jsonName, version, MCP endpoint, headers, skill description
src/skill.body.mdThe agent instructions, written once
scripts/generate.mjsRegenerates 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):

FileUsed by
.claude-plugin/plugin.json + marketplace.jsonClaude Code plugin install
.cursor-plugin/plugin.json + marketplace.jsonCursor plugin install
.agents/plugins/marketplace.json + plugins/cofound/ (.codex-plugin/plugin.json, .mcp.json, skills/)Codex CLI plugin install
skills/cofound/SKILL.mdAuto-discovered by the installed Claude / Cursor / Codex plugin
SKILL.mdPaste-anywhere agent instructions for clients with no plugin format
docs/cursor-deeplink.mdOne-click "Add to Cursor" link

Hand-maintained docs:

FileHolds
AGENTS.mdFallback guidance for Codex running inside this repo
docs/tools.mdReference for all 13 MCP tools
docs/setup.mdStep-by-step setup for every supported client

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:

server.ts
export COFOUND_TOKEN="<your-token>"

Claude Code

bash
/plugin marketplace add cofound-agent/plugin
/plugin install cofound

This 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:

bash
codex plugin marketplace add cofound-agent/plugin
codex plugin add cofound@cofound-agent

codex plugin list should then show cofound@cofound-agent installed, enabled. The plugin's cofound server needs a one-time browser sign-in, so run:

bash
codex mcp login cofound

Approve 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:

toml
[mcp_servers.cofound]
url = "https://mcp.cofoundagent.ai/mcp"

[mcp_servers.cofound.http_headers]
Accept = "application/json, text/event-stream"
bash
codex mcp login cofound

Both 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_state
  • Search: search_profiles
  • Messaging: send_message, list_threads, get_thread, list_sent
  • Blocks: 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.

Related MCP Servers

View all in Communication View all alternatives
  • Slack Mcp Server logoSlack Mcp Server

    The most powerful MCP server for Slack Workspaces.

    πŸ’¬ Communication1 views
    Compare vs Slack Mcp Server β†’
  • Radmail Mcp logoRadmail Mcp

    Email OS for agents: triage, search, and a verifiable BEC hard-stop. Zero-auth sandbox.

    πŸ’¬ Communication0 views
    Compare vs Radmail Mcp β†’
  • Telegram Mcp logoTelegram Mcp

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status

    πŸ’¬ Communication2 views
    Compare vs Telegram Mcp β†’
  • Ntfy Me Mcp logoNtfy Me Mcp

    An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents πŸ“€ (supports secure token auth & more - use with npx or docker!)

    πŸ’¬ Communication3 views
    Compare vs Ntfy Me Mcp β†’

Frequently Asked Questions about Cofound

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "cofound": { "command": "npx", "args": ["-y", "Cofound"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCofound AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cofound?style=directory)](https://allmcps.com/mcp/cofound)
HTML Embed
<a href="https://allmcps.com/mcp/cofound"><img src="https://allmcps.com/api/badge/cofound?style=directory" alt="Cofound on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 14, 2026
48Quality signal: Fair Β· 48/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Cofound β†’Install in Claude DesktopInstall in CursorInstall in VS Code