codex-laya-mcp
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., "@codex-laya-mcpRun laya_decide on these options and give me scores and truth probabilities."
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.
codex-laya-mcp
Local, read-only Laya typed decisions for Codex over Model Context Protocol.
This project is intentionally not a replacement model for Codex. It exposes bounded classification,
scoring, truth-probability, batch decision, and token-budget planning tools backed by laya-mlx on
Apple Silicon.
Included tools
laya_plan: exact prompt-budget preflight without inference.laya_decide: batched choice, score, and truth-probability decisions.laya_classify,laya_score, andlaya_check: focused convenience tools.
Every inference result includes the full distribution, uncertainty metrics, model metadata, and an advisory answer/review/abstain policy. Inputs that Laya would silently truncate are rejected.
Related MCP server: Jevbridge
Development
uv sync --extra dev
uv run ruff check .
uv run pytest
uv run codex-laya-mcp --helpThe first real model call downloads the configured checkpoint unless it is already in the Hugging Face cache. Unit and MCP contract tests use a deterministic fake engine and do not download weights.
See CODEX_MCP_PROJECT_DESIGN.md for the complete design and docs/OPERATIONS.md for installation, Codex connection, and rollback.
This server cannot be deployed
Maintenance
Related MCP Connectors
A paid remote MCP for OpenAI Codex context compressor, built to return verdicts, receipts, usage log
Deterministic decision layer for autonomous agents: reproducible PROCEED/REVIEW/SKIP verdicts.
Read-only, deterministic AI triage and readiness tools implementing Sophon's published rubrics.
AI Reasoning Cache & Consensus Layer with 11 MCP tools via Streamable HTTP.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables local-first codebase intelligence, allowing chat, search, and audit operations on any repository with file:line citations, and supports offline deterministic modes without an LLM.39 npm2MIT
- AlicenseNot gradedqualityBmaintenanceEnables typed decisions, confidence-gated tool calls, and computer-use action selection for any LLM via Model Context Protocol, bridging TypeSafe Jev with Codex, Claude, Grok, and OpenCode.40MIT
- AlicenseNot gradedqualityAmaintenanceProvides an MCP interface to the Laya decision model, enabling typed queries (yes/no, multiple choice, score) with preflight token-budget reporting, honest confidence calibration, and structured error handling.Apache 2.0
- AlicenseAqualityBmaintenanceEnables local bounded decision-making through MCP using a resident Core ML model, with tools for single decisions, batched decisions, and conservative context filtering.42Apache 2.0