MCP Catalogs
Home

gemini-flow vs everything

Side-by-side comparison to help you pick between these two MCP servers.

gemini-flow
by clduab11
everything
by modelcontextprotocol
Stars★ 383★ 85,748
30d uses
Score4977
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsOther
LanguageTypeScriptTypeScript
Last commit4 mo agothis month

gemini-flow · Summary

Gemini-Flow is an archived production-ready AI orchestration platform with dual A2A and MCP protocol support.

everything · Summary

Official MCP test server exercising all protocol features for client builders.

gemini-flow · Use cases

  • Enterprise digital transformation with coordinated AI agent teams
  • Multi-modal content creation with Google AI services
  • Autonomous software development with Jules Tools integration

everything · Use cases

  • Testing MCP client implementations against all protocol features
  • Learning MCP protocol capabilities through a reference server
  • Validating client compatibility with different transport methods

gemini-flow · Install

The project has been archived since January 29, 2026 and is no longer actively maintained. However, the previous installation method was:

npm install -g @clduab11/gemini-flow
gemini-flow init --protocols a2a,mcp --topology hierarchical

As a Gemini CLI extension (before archival):

gemini extensions install https://github.com/clduab11/gemini-flow
gemini extensions enable gemini-flow

everything · Install

NPX (recommended)

{
  "mcpServers": {
    "everything": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

On Windows, use cmd /c:

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

{
  "mcpServers": {
    "everything": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "mcp/everything"]
    }
  }
}

Global install

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything
Comparison generated from public README + GitHub signals. Last updated automatically.