← All channels

MCP

stable

Model Context Protocol server + client.

In
Out
Auth
Per-server config
§ Required environment

Env vars

IRIS_MCP_CONFIG
Required

Path to mcp.toml describing servers the agent should connect to.

§ Setup

Step by step

  1. 01

    Author an mcp.toml

    Declare the MCP servers you want the agent to talk to, with their command, args, and env.

  2. 02

    Point Iris.Md at it

    Export the config path.

    export IRIS_MCP_CONFIG="$HOME/.iris/mcp.toml"
  3. 03

    Enable the channel

    MCP servers come online with Iris.md.

    iris channels enable mcp
§ Success

You're done when

  • iris mcp list shows each declared server as ok
  • Tool calls round-trip without timeouts