Prerequisites
- The MCP server binary or script must be installed and executable on your PATH.
- Verify it works by running
npx -y @modelcontextprotocol/inspector <your-command>in a terminal.
Add the server in MIRA
1
Open Settings
Press ⌘, and navigate to MCP Tools.
2
Click Add Server
Click the + Add Server button.
3
Select transport
Choose stdio from the Transport dropdown.
4
Enter the command
Type the shell command that launches your MCP server.Examples:
5
Set environment variables (optional)
Click Add Env Var to inject environment variables such as API keys into the subprocess.
6
Give the server a name
Enter a short name (e.g.
filesystem). This name becomes the tool namespace prefix.7
Set scope
Choose Session (active only in the current chat) or Global (always available).
See Session vs Global for details.
8
Save and connect
Click Save. MIRA launches the subprocess and calls
list_tools. Available tools appear
in the server card within a few seconds.Verifying the connection
After saving, the server card shows:- 🟢 Connected — tools discovered successfully
- 🔴 Error — command failed; hover for the error message
Troubleshooting
Edit this page — Open a pull request