Servers
MCP-Codex: Model Context Protocol Tool Orchestration
@twolven
A MCP server for calling MCP tools remotely without requiring installation.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-codex": {
"command": "python",
"args": [
"codex-serv.py"
]
}
}
}