everything vs codex-mcp-tool
并排对比,帮你在这两个 MCP server 之间做选择。
everything by modelcontextprotocol | codex-mcp-tool by x51xxx | |
|---|---|---|
| Stars | ★ 85,748 | ★ 21 |
| 30天用量 | — | — |
| 综合分 | 77 | 43 |
| 官方 | ✓ | — |
| 分类 | 开发者工具AI / LLM 工具其它 | 开发者工具AI / LLM 工具 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 1 个月前 |
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
codex-mcp-tool · 概述
连接Claude/Cursor与Codex CLI的MCP服务器,支持文件分析、多轮对话和本地模型
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
codex-mcp-tool · 使用场景
- 使用文件引用进行代码分析和重构
- 带有上下文保存的代码多轮对话
- 本地模型集成用于私有代码分析
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-everythingcodex-mcp-tool · 安装
安装
Claude Desktop
claude mcp add codex-cli -- npx -y @trishchuk/codex-mcp-tool配置
{
"mcpServers": {
"codex-cli": {
"command": "npx",
"args": ["-y", "@trishchuk/codex-mcp-tool"]
}
}
}**配置位置:**
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json