TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/jundot/omlx/llms.txt
Use this file to discover all available pages before exploring further.
/v1/mcp/servers endpoint reports the runtime status of every MCP server that oMLX is configured to connect to. Use this endpoint to verify that your MCP servers started successfully, identify connection errors, and confirm how many tools each server exposes. It is particularly useful for debugging MCP configuration issues without digging through server logs.
This endpoint requires oMLX to be started with
--mcp-config /path/to/mcp.json. Without this flag, the endpoint returns an empty server list rather than an error.Get MCP server status
GET /v1/mcp/servers
Example
Response
Array of MCP server status objects, one per server defined in the MCP config file.
Example response (all connected)
Example response (one server failed)
Example response (MCP not configured)
MCP configuration
The MCP config file passed to--mcp-config uses oMLX’s own configuration format with a top-level servers key. Here is a minimal example for a filesystem server: