5ire (MCP Server)

GitHub

5ire is a cross-platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers .

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "5ire": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-5ire"
      ]
    }
  }
}