mcp-stack
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-stackrun the demo.echo tool with the message 'hello from codex'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-stack
Composition and operation of independent scientific MCP servers. MCP One provides the native gateway, registry, routing and failure policy. The stack owns manifests, scientific contracts, fixtures and deployment. Version 0.3.0, Scientific MCP Contract v1, MCP 2026-07-28, official Python SDK 2.2.0.
Codex / MCP SDK client
|
MCP One :8765/mcp
|
mock-scientific-mcp /mcpNo gateway-edge, legacy-bridge or REST execution adapter is required. The clean upstream source is pinned by full commit in config/stack.yaml and built using its own Dockerfile and lock. Scientific libraries do not depend on the gateway.
Start
Requires Git, Make, Python 3.12–3.14, Docker and Compose with include support.
make bootstrap
make up
make health
make tools
make test-e2e
make codex-configOpen the local monitor after make up. It shows gateway
readiness, server/circuit states, a searchable native tool catalog and live metrics.
Light/dark themes, request/response schema modals, throughput/latency/error charts
and per-server performance indicators are included.
The dashboard is read-only; disabled library manifests appear as pending integrations.
See Dashboard for configuration, security and signal semantics.
Endpoint: http://127.0.0.1:8765/mcp, directly served by MCP One. Expected tools:
demo.echo, demo.identity_matrix, demo.contract_error, demo.slow and demo.artifact.
These are integration fixtures. To test the actual running containers:
STACK_ENDPOINT=http://127.0.0.1:8765/mcp make test-e2e
make fault-check
make downBootstrap refuses dirty or differently pinned dependencies. An intentional pin
migration uses python3 scripts/bootstrap.py --update-dependency after reviewing
the candidate. It verifies the official origin, exact commit, compilation and
native import, and installs each repository's own committed dependency lock.
Related MCP server: Codex Bridge MCP
Development
make validate render
make lint test test-contract test-template
make test-integration test-e2e
make logs
make restartEdit config/stack.yaml and config/servers.d/*.yaml, then make render. Generated
Compose/native config is ignored; the generated JSON Schema is checked for drift.
The stack does not copy, patch or reimplement MCP One. MCP_ONE_SOURCE is an
explicit subprocess-test-only override for upstream development, not a production
bootstrap/build override. Final validation must use the pinned clean checkout.
Architecture · Quickstart · Add a server · Codex · Compatibility · Native migration · Observability · Security · Troubleshooting · Scientific contract · Validation.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
A paid remote MCP for OpenAI Codex agent coordination MCP, built to return verdicts, receipts, usage
Related MCP Servers
- AlicenseAqualityAmaintenanceLocal-first MCP proxy with BM25 tool discovery, quarantine security, Docker isolation, OAuth support, activity logging, and web UI. Routes multiple upstream MCP servers through a single endpoint.9350MIT
- FlicenseNot gradedqualityBmaintenanceCodex Bridge MCP is a local MCP orchestration service for a stable Claude Code x Codex CLI development workflow.2-
- AlicenseNot gradedqualityBmaintenanceWindows-local MCP gateway for the Codex runtime, enabling owner-authenticated tool access via Streamable HTTP with optional Oracle consent companion.MIT
- AlicenseNot gradedqualityAmaintenanceA local MCP server that enables Codex and other MCP clients to orchestrate native external coding-agent harnesses through a normalized lifecycle, with guarded execution and deterministic testing.MIT