Prerequisites
- 5ire — 5ire.app
- Node.js 18+
- Agent MCP Studio at agentmcp.studio
Step-by-Step Setup
Get your relay URL
Open the studio → Settings → MCP Relay Bridge → copy URL → click Connect. Then download bridge.js:
curl -O https://agentmcp.studio/bridge.js && npm install ws
-
Open 5ire Settings → MCP
In 5ire: click the Settings gear → MCP tab → Add Server. Choose Custom from the marketplace dropdown.
-
Configure the server
Fill in:
- Name: Agent MCP Studio
- Command:
node - Arguments:
/path/to/bridge.js wss://agentmcp.studio/api/relay/YOUR-UUID
Toggle the server Active and save. 5ire will launch bridge.js and show the available tools in the chat interface.
Use your tools in 5ire chat
Open a chat, enable Tools mode, and ask the AI to use one of your browser-built tools. The bridge chip in Agent MCP Studio will confirm the connection is live.
Frequently Asked Questions
Yes — 5ire supports MCP tool servers. In 5ire's Settings → MCP Servers, add your bridge.js server configuration and 5ire's AI assistant can call Agent MCP Studio tools during your conversations.
5ire is a local-first AI assistant application that works with multiple LLM providers (OpenAI, Anthropic, Gemini, and local models). It emphasizes privacy and local data, with MCP support for extending AI capabilities with custom tools.
Yes — 5ire supports local LLMs via Ollama. MCP tool calling depends on the model's function calling capabilities. Use instruction-tuned models (Llama 3 Instruct, Qwen Instruct) for best MCP tool compatibility in 5ire.
5ire is free to download and use. It's a desktop application for macOS and Windows. You bring your own API keys for cloud LLMs, or use local models via Ollama at no cost.
Check: (1) MCP server is enabled in 5ire settings, (2) Node.js is installed and accessible, (3) relay UUID matches Studio Settings exactly, (4) you clicked Connect in Agent MCP Studio, (5) 5ire was restarted after adding the server.