5ire

5ire

MCP.Pizza Chef: nanbingxyz

5ire is a free desktop assistant that keeps your files on your machine. Drop in Word, Excel, PowerPoint, PDF, text, or CSV files and ask questions about them. It works with most major model providers as well as models you run locally, tracks what you are spending, saves prompts you reuse, bookmarks conversations, and searches across all of them. Adding outside tools through MCP servers requires Python, Node, and uv installed first.

Files/PDF
Notes

Use This MCP client To

Ask questions about my own PDFs and Word files Search every past conversation for something I said Save prompts I reuse and fill in the blanks Track what I am spending on each model Switch between cloud models and one running locally Bookmark an answer so it survives deleting the chat

README

Logo

A Sleek AI Assistant & MCP Client




OpenAI / Azure / Anthropic / Google / Mistral / Doubao / Grok / DeepSeek / Ollama

Twitter Β· Releases


5ire.mp4

Before to activating tools feature, ensure the following components are installed:

  • Python
  • Node.js
  • uv (Python package manager)

These components are required as they constitute the runtime environment for the MCP Server. If you don't anticipate using the tools feature immediately, you may choose to skip this installation step and complete it later when the need arises.

For detailed installation instructions, please see our Installation Guide.

Getting involved

If you want to contribute code to 5ire or develop your own apps based on 5ire, start with the Development Setup Guide.

Visit Wiki for more details.

πŸš€ To integrate 5ire’s one-click server installation into your website, see the One-Click Server Installation Integration Guide.


Features

βš’οΈ Support Tools via MCP Servers

MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools.

With tools, you can access the file system, obtain system information, interact with databases, access remote data, and more, rather than just having a simple conversation.

5ire-add-tool.mp4

We have created an open marketplace for MCP Servers. it empowers users to discover exceptional tools while offering a streamlined process for sharing their own MCP server creations.

5ire-install-from-market.mp4

πŸ’‘ Local Knowledge Base

We have integrated the bge-m3 as our local embedding model, which excels in multilingual vectorization. 5ire now supports parsing and vectorization of docx, xlsx, pptx, pdf, txt, and csv documents, enabling storage of these vectors to power robust Retrieval-Augmented Generation (RAG) capabilities locally.

Local Knowledge Base Screenshot

πŸ“ˆ Usage Analytics

By keeping track of your API usage and spending, you can gain a better understanding of how much you're spending on the API and make informed decisions to optimize your use of the service.

Usage Analytics Screenshot

✨ Prompts Library

The prompt library provides an effective way to create and organize your own prompts. These prompts are highly versatile, thanks to their support for variables.

Prompts Library Screenshot

πŸ”– Bookmarks

You can bookmark each conversation, and even if the original messages are deleted, the saved bookmarked content remains unaffected. Bookmarks Screenshot

πŸ” Quick Search

You can perform keyword searches across all conversations, quickly pinpointing the information you need. Search Screenshot

Tip

Since 5ire uses native dependencies, it needs to be packaged on the corresponding platform. If it is on Mac OS, you may also need to configure APPLE_TEAM_ID, APPLE_ID, and APPLE_ID_PASS for notarization to avoid security alerts.


Discover Exceptional MCP Servers

MCPSvr, a community-driven directory of MCP servers, empowers developers to discover exceptional tools while offering a streamlined process for sharing their own MCP server creations.

5ire FAQ

Does it cost anything?
The app is free. You pay only for whatever model provider you connect, or nothing at all if you run a local model.
Which models can I use?
OpenAI, Azure, Anthropic, Google, Mistral, Doubao, Grok, and DeepSeek, plus local models through Ollama.
Can I use this to ask questions about my own documents?
Yes. It reads Word, Excel, PowerPoint, PDF, text, and CSV files and keeps them on your computer.
Do my documents leave my machine?
No. The reading and indexing happen locally, using a model that runs on your own computer.
What do I need before using MCP tools?
Python, Node, and uv installed. You can skip that step until you actually want tools.
Where do I find tools to add?
It includes a community marketplace of MCP servers you can install in one click.
Which computers does it run on?
It is a cross-platform desktop app, with builds available from the project's releases page.