EONYX and MCP: connecting external tools

Model Context Protocol (MCP) is an open standard through which an agent gains access to external systems: databases, APIs, issue trackers and any other services. EONYX has a built-in MCP client based on the official Go SDK (modelcontextprotocol/go-sdk) — servers are described right in eonyx.json and their tools show up for the model alongside the built-in ones.

Local models in EONYX: fully offline

One of the key differences of EONYX is that it is not tied to the cloud. Since the agent talks to any OpenAI-compatible API, you can point it at a local model server and work fully offline: the code never leaves the machine, no key is needed, and neither is the internet.