https://github.com/nanbingxyz/5ire
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 .
https://github.com/nanbingxyz/5ire
knowledge-base llms mcp mcp-client model-context-protocol
Last synced: about 16 hours ago
JSON representation
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 .
- Host: GitHub
- URL: https://github.com/nanbingxyz/5ire
- Owner: nanbingxyz
- License: other
- Created: 2024-01-06T06:57:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T12:00:42.000Z (1 day ago)
- Last Synced: 2025-04-14T23:15:52.376Z (about 16 hours ago)
- Topics: knowledge-base, llms, mcp, mcp-client, model-context-protocol
- Language: TypeScript
- Homepage: https://5ire.app
- Size: 5.79 MB
- Stars: 3,004
- Watchers: 16
- Forks: 204
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesomeLibrary - 5ire - 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 . (语言资源库 / typescript)
- StarryDivineSky - nanbingxyz/5ire - m3作为本地嵌入模型,支持多种文档格式的解析和向量化,从而实现本地强大的检索增强生成(RAG)能力。此外,它还提供API使用分析、Prompt库和书签功能,帮助用户更好地管理和使用AI服务。用户可以通过修改配置文件添加自定义的MCP服务器,目前项目处于早期阶段,自定义MCP服务器尚未完全开放。5ire支持OpenAI、Azure OpenAI、Anthropic、Google、百度等多种AI服务,并提供易于使用的界面。 (A01_文本生成_文本对话 / 大语言对话模型及数据)
- Awesome-LLMOps - 5ire - platform desktop AI assistant, MCP client. It compatible with major service providers, supports local knowledge base and tools via model context protocol servers.    (Chat Framework / Tools)
- awesome-rainmana - nanbingxyz/5ire - 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 . (TypeScript)
- awesome - nanbingxyz/5ire - 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 . (TypeScript)
README
![]()
A Sleek AI Assistant & MCP Client
![]()
![]()
![]()
![]()
![]()
OpenAI
/ Azure
/ Anthropic
/ Baidu
/ Mistral
/ Moonshot
/ Doubao
/ Grok
/ DeepSeek
/ Ollama
·
Releases
### 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](INSTALLATION.md).
### Dev Guide
If you want to contribute code to 5ire or develop your own apps based on 5ire, start with the [Development Setup Guide](DEVELOPMENT.md).
# 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.
https://github.com/user-attachments/assets/5aa98f2b-c26d-435e-8196-73fa414066eb
We have created an open [marketplace for MCP Servers](https://github.com/nanbingxyz/mcpsvr). it empowers users to discover exceptional tools while offering a streamlined process for sharing their own MCP server creations.
https://github.com/user-attachments/assets/be66c30e-bb29-4dfe-9f25-8d396470ed60
## 💡 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.

## 📈 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.

## ✨ 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.

## 🔖 Bookmarks
You can bookmark each conversation, and even if the original messages are deleted, the saved bookmarked content remains unaffected.
## 🔍 Quick Search
You can perform keyword searches across all conversations, quickly pinpointing the information you need.
> [!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](https://github.com/nanbingxyz/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.