MCP Catalogs
首页

everything vs lumen

并排对比,帮你在这两个 MCP server 之间做选择。

everything
by modelcontextprotocol
lumen
by ory
Stars★ 85,748★ 190
30天用量
综合分7751
官方
分类
开发者工具AI / LLM 工具其它
开发者工具AI / LLM 工具搜索
实现语言TypeScriptGo
最近提交本月本月

everything · 概述

官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。

lumen · 概述

本地语义代码搜索引擎,可将AI代理的令牌使用减少高达66%。

everything · 使用场景

  • 测试 MCP 客户端实现是否支持所有协议功能
  • 通过参考服务器学习 MCP 协议能力
  • 验证客户端对不同传输方式的兼容性

lumen · 使用场景

  • 增强 Claude Code、Cursor、Codex 和 OpenCode AI 助手的代码搜索
  • 减少大型代码库中代码分析的AI处理成本
  • 通过提供语义代码搜索提高开发效率

everything · 安装

NPX(推荐)

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

Windows 用户请使用 cmd /c

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

Docker

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

全局安装

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

lumen · 安装

安装

Claude Code

/plugin marketplace add ory/claude-plugins
/plugin install lumen@ory

通过启动新的 Claude 会话并运行 /lumen:doctor 来验证。

Cursor

Lumen 提供 Cursor 插件包。使用 .cursor-plugin/ 目录中的包通过 Cursor 的插件安装流程。

Codex

codecodex mcp add lumen -- "${CODEX_HOME:-$HOME/.codex}/lumen/scripts/run" stdio

OpenCode

@ory/lumen-opencode 添加到您 opencode.json 中的插件数组中:

{
  "plugin": ["@ory/lumen-opencode"]
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。