MCP-Codex: Model Context Protocol Tool Orchestration
@twolven
关于 MCP-Codex: Model Context Protocol Tool Orchestration
A MCP server for calling MCP tools remotely without requiring installation.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-codex": {
"command": "python",
"args": [
"codex-serv.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP-Codex: Model Context Protocol Tool Orchestration?
MCP-Codex is a service for orchestrating Model Context Protocol (MCP) servers, allowing AI assistants to dynamically discover and utilize tools without requiring restarts. It features “The Librarian,” an intelligent agent that understands user needs and connects them with the right tools. This project is discontinued and shared as an educational resource.
How to use MCP-Codex: Model Context Protocol Tool Orchestration?
Install by cloning the repository, running pip install -r requirements.txt, creating config, data, logs, tools directories, and configuring the .env file. Start the Codex Service with python codex-serv.py and the MCP Client with python mcp-codex.py. For Claude Desktop, use mcp install mcp-codex.py. The client registers two tools: search (find tools for a task) and call_tool (execute discovered tools).
Key features of MCP-Codex: Model Context Protocol Tool Orchestration
- Dynamic tool discovery without restarting the AI assistant
- Centralized management of MCP tools
- Remote execution of tools beyond the local machine
- Intelligent agent “The Librarian” for context-aware recommendations
- Standardized interface for tool search and execution
Use cases of MCP-Codex: Model Context Protocol Tool Orchestration
- An AI assistant dynamically finds and calls a stock analysis tool like StockFlow
- Options trading analysis and strategy evaluation via OptionsFlow
- Code management, editing, and execution with CodeSavant tools
- Stock screening and filtering using StockScreen capabilities
- General use: any task where an AI needs to discover and run MCP tools on demand
FAQ from MCP-Codex: Model Context Protocol Tool Orchestration
What problem does MCP-Codex solve?
Traditional MCP implementations require static configuration and restarting the assistant when adding new tools. MCP-Codex enables dynamic discovery and execution, reducing operational complexity.
What are the main components?
The project consists of the Codex Service (core execution), the Librarian Service (planned AI-powered tool recommendation), and the MCP Client (interface for AI assistants).
How does tool discovery work?
The AI assistant uses the search tool to find relevant capabilities via natural language, then executes the discovered tool through the call_tool tool, which the Codex Service handles.
Is this project still actively developed?
No. This project was discontinued after Cloudflare released a similar service. The code is shared as an educational resource and example of MCP orchestration architecture.
What are the dependencies and runtime requirements?
Python 3.10+ and required packages from requirements.txt. The tool registry is configured in config/codex.yaml and the environment via a .env file.
推理 分类下的更多 MCP 服务器
IntelliNode Medical Use Cases
BarqawizMulti-Agent AI Orchestration Workshop
ArduPilot MCP Server Sandbox
hfujikawa77ArduPilotドローンをAIエージェントから操作するMCPサーバーです。
iFlytek Workflow MCP Server
iflytekThis a simple implementation of an MCP server using iFlytek. It enables calling iFlytek workflows through MCP tools.
Proplan Mcp
King-ProplanMCP server that gives Claude persistent project memory — roadmap, session history, and codebase context. Type continue and Claude picks up exactly where you left off
Node Code Sandbox MCP 🛠️
mozicim# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
评论