mci install
Bootstrap a new MCI project with starter configuration.
mci.json(ormci.yaml) - Main configuration filemci/directory - Library of toolsetsmci/.gitignore- Excludes generated files
mci list
Display all available tools from your configuration.
tags:tag1,tag2- Include tools with any of these tagsonly:tool1,tool2- Include only specific toolsexcept:tool1,tool2- Exclude specific toolstoolsets:ts1,ts2- Include tools from specific toolsetswithout-tags:tag1,tag2- Exclude tools with these tags
mci validate
Validate your MCI schema for correctness.
- Schema structure and syntax
- Required fields
- Data types
- Tool definitions
- Toolset references
- MCP command availability (warnings)
mci add
Add toolset references to your schema.
mci run
Launch an MCP server that dynamically serves your tools.
- Loads tools from your MCI schema
- Converts them to MCP format
- Listens on STDIO for MCP requests
- Delegates execution back to MCIClient
Ctrl+C