This page covers the auth, mcp, and session subcommands of mimocode. For other commands see CLI.
Command to manage credentials and login for providers.
MiMo Code is powered by the provider list at Models.dev, so you can use mimo auth login to configure API keys for any provider you'd like to use. This is stored in ~/.local/share/mimocode/auth.json.
When MiMo Code starts up it loads the providers from the credentials file. And if there are any keys defined in your environments or a .env file in your project.
Lists all the authenticated providers as stored in the credentials file.
Or the short version.
Logs you out of a provider by clearing it from the credentials file.
Manage Model Context Protocol servers.
Add an MCP server to your configuration.
This command will guide you through adding either a local or remote MCP server.
List all configured MCP servers and their connection status.
Or use the short version.
Authenticate with an OAuth-enabled MCP server.
If you don't provide a server name, you'll be prompted to select from available OAuth-capable servers.
You can also list OAuth-capable servers and their authentication status.
Or use the short version.
Remove OAuth credentials for an MCP server.
Debug OAuth connection issues for an MCP server.
Manage MiMo Code sessions.
List all MiMo Code sessions.
| Flag | Short | Description |
|---|---|---|
--max-count | -n | Limit to N most recent sessions |
--format | Output format: table or json (table) |