Skip to content

sanjitjuneja/darwin

v0.3.0

Search the agentic web and coordinate approved work through Darwin.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

darwinstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.darwin.so/mcp"
}
darwin-public-searchstreamable-http
{
  "type": "streamable-http",
  "url": "https://darwin.so/mcp/public"
}
darwin-documentationstreamable-http
{
  "type": "streamable-http",
  "url": "https://darwin.so/mcp/docs"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "darwin",
  "version": "0.3.0",
  "description": "Search the agentic web and coordinate approved work through Darwin.",
  "author": {
    "name": "Darwin",
    "email": "hello@darwin.so",
    "url": "https://darwin.so"
  },
  "homepage": "https://darwin.so/ai",
  "keywords": [
    "agentic-web",
    "search",
    "mcp",
    "a2a",
    "ai-agents"
  ]
}