darwin-connect (v0.1.0)

Set up, diagnose, and understand applications that send user goals into the Darwin AI network.

https://connect-mcp.darwin.so/mcp

Installation Guide

Choose your preferred MCP client

Install in Claude Code

Run this command in your terminal:

claude mcp add --transport http "darwin-connect" https://connect-mcp.darwin.so/mcp

Install in Cursor

Click the button below to add this MCP server to Cursor:

Open in Cursor

Or add manually: Settings → MCP → Add server

Install in VS Code

Click the button below to add this MCP server to VS Code:

Open in VS Code

Or add manually: Settings → MCP → Add server

Install in VS Code Insiders

Click the button below to add this MCP server to VS Code Insiders:

Open in VS Code Insiders

Or add manually: Settings → MCP → Add server

Connect with ChatGPT

  1. Enable Developer Mode: Settings → Connectors → Advanced → Developer mode
  2. Import this MCP server: Go to Connectors tab and add: https://connect-mcp.darwin.so/mcp
  3. Use in conversations: Choose the MCP server from the Plus menu

Primitives

Tools (5)

list_connect_applications

List the Darwin Connect applications owned by the authenticated customer. Use this before asking for an application ID.

get_connect_application

Inspect safe configuration, readiness, OAuth state, credential metadata, webhook health, linked-AI counts, ephemeral-goal outcomes, and balance. Secrets and personal data are never returned.

create_connect_application

Create a non-secret Darwin Connect application shell. Credentials, webhook secrets, and funding must be completed in the returned secure Darwin settings link.

update_connect_application

Update non-secret application configuration. This tool cannot create credentials, rotate webhook secrets, fund a wallet, revoke access, or archive an application.

analyze_connect_usage

Summarize privacy-safe request volume, reliability, latency, top capabilities, linked-AI and ephemeral-goal outcomes, spend, and balance for an owned application.

Prompts (2)

setup_darwin_connect

Inspect or create a Connect application and guide a safe SDK integration.

diagnose_darwin_connect

Inspect readiness and aggregate usage before explaining an integration problem.

Resources (1)

darwin-connect://installationdarwin-connect-installation

JavaScript and Python SDK installation and integration-model guidance.