uvx
Install uv if you haven't already
Install uv if you haven't already
bash curl -LsSf https://astral.sh/uv/install.sh | sh -
Initialize a new project:
This creates
mci.jsonwith example tools andmci/directory with example toolsets. -
List your tools:
Example output:

-
Validate your configuration:
-
Run an MCP server:
Example from VS Code:

Optional: Install MCI Globally
If you prefer to install MCI permanently:Next Steps
Now that you have MCI set up, explore these core concepts:Commands
Learn about all available MCI commands and their options.
Tools
Understand how to define and use tools in your MCI configuration.
Toolsets
Organize your tools into reusable toolsets.
MCP Servers
Learn how MCI integrates with the Model Context Protocol.
