Connect Your AI
You have installed the Nyro Daemon. The final step is adding the MCP server entry to your AI client config. Use the snippet printed by the installer terminal as the source of truth.
Find Your Configuration in the Terminal
After running the install command, the terminal prints ready-to-copy MCP JSON snippets. Copy the snippet from that same terminal session and paste it into your MCP client config.
- Windows snippet includes your exact machine path.
- Linux/macOS snippet includes the exact local path or a clearly marked template.
- Using the terminal snippet avoids user-name and path mismatch issues.
This is how it appears in terminal on Windows:
[Nyro] Installation complete! MCP connector snippets (copy-paste): Windows (exact for this machine): "nyro": { "command": "C:\Users\YOUR_USER\.vaultdaemon\bin\vault-daemon.exe", "args": ["--mcp"] }
Post-install MCP Setup
- Run the installer command.
- Wait for "Installation complete".
- Copy the MCP JSON block under your OS label.
- Paste it under your MCP config object (example key:
nyro). - Restart the AI client/IDE.
Docs Verified (June 22, 2026)
These official docs were checked before writing the setup instructions below:
- Cursor MCP docs: docs.cursor.com/context/model-context-protocol
- Claude Desktop local MCP docs: support.claude.com local MCP setup
- Cline MCP docs: docs.cline.bot/mcp/mcp-overview
- Windsurf Cascade MCP docs: docs.windsurf.com/windsurf/cascade/mcp
- Gemini MCP config docs (for Gemini-based clients): google-gemini/gemini-cli MCP docs
Agent-Specific Instructions
Follow the matching instructions for your AI client.
Cursor
Cursor supports MCP via config files and MCP UI controls.
- Open Cursor MCP settings (or open your MCP config file).
- Use project scope with
.cursor/mcp.jsonor global scope with~/.cursor/mcp.json. - Paste the terminal snippet into
mcpServers. - Save and restart Cursor (or reload window).
Claude Desktop
Use Claude Desktop developer settings for local MCP server config.
- Open Settings › Developer and click Edit Config.
- Paste the terminal snippet under
mcpServers. - Save the JSON file.
- Fully restart Claude Desktop.
Cline / Antigravity (VS Code Ecosystem)
Use the extension-specific MCP config entry point.
- Cline: In Cline panel, click MCP Servers icon, then Configure MCP Servers.
- Add the terminal snippet under
mcpServersand save. - Antigravity (Gemini-based): Edit
%USERPROFILE%\.gemini\config\mcp_config.json(Windows) or~/.gemini/config/mcp_config.json(Linux/macOS), then paste the same snippet. - Restart the extension or IDE after saving.
Note: Roo Code documentation currently states the original Roo extension was shut down. Use Cline for active MCP guidance.
Windsurf
Windsurf supports MCP via Cascade MCP settings and raw config.
- Open the Cascade panel and go to MCP settings (MCP icon or Settings › Cascade › MCP Servers).
- Open raw
mcp_config.jsonwhen needed. - Paste the terminal snippet under
mcpServers. - Save and restart Windsurf.