MCPcopy
hub / github.com/nanbingxyz/5ire

github.com/nanbingxyz/5ire @v0.15.4 sqlite

repository ↗ · DeepWiki ↗ · release v0.15.4 ↗
1,142 symbols 3,535 edges 312 files 222 documented · 19%
README

Logo

(pronounced "fai-er")

A Sleek AI Assistant & MCP Client

<a href="https://modelcontextprotocol.io/clients" target="_blank"><img src="https://badge.mcpx.dev/?type=client" /></a>
<img src="https://badge.mcpx.dev/?type=client&features=tools,prompts" />
<a href="https://discord.gg/ADfBTGd5jd"><img src="https://dcbadge.limes.pink/api/server/ADfBTGd5jd?style=flat&theme=clean" alt="5ire discord server"/></a>
<img src="https://img.shields.io/badge/price-free-brightgreen.svg"/>
<a href="https://linkedin.com/in/nanbing" target="_blank"><img src="https://custom-icon-badges.demolab.com/badge/LinkedIn-0A66C2?logo=linkedin-white&logoColor=fff" alt="follow on LinkedIn"></a>
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"/>
 <a href="https://github.com/nanbingxyz/5ire/graphs/commit-activity" target="_blank">
    <img alt="Commits last month" src="https://img.shields.io/github/commit-activity/m/nanbingxyz/5ire?labelColor=%20%2332b583&color=%20%2312b76a"></a>
 <a href="https://github.com/nanbingxyz/5ire/issues" target="_blank">
    <img alt="Issues closed" src="https://img.shields.io/github/issues-search?query=repo%3Ananbingxyz%2F5ire%20is%3Aclosed&label=issues%20closed&labelColor=%20%237d89b0&color=%20%235d6b98"></a>
 <a href="https://mseep.ai/app/92bbc79d-4b4d-4707-8d43-2d3d8ebb4fa8" target="_blank"><img src="https://mseep.ai/badge.svg" alt="Verified on MseeP"/></a>

<span style="font-size:12px;">OpenAI</span>
<span style="font-size:12px;">/ Azure</span>
<span style="font-size:12px;">/ Anthropic</span>
<span style="font-size:12px;">/ Google</span>
<span style="font-size:12px;">/ Mistral</span>
<span style="font-size:12px;">/ Doubao</span>
<span style="font-size:12px;">/ Grok</span>
<span style="font-size:12px;">/ DeepSeek</span>
<span style="font-size:12px;">/ Ollama</span>






<a href="https://x.com/intent/follow?screen_name=1ronben">Twitter</a>
·
<a href="https://github.com/nanbingxyz/5ire/releases/latest">Releases</a>

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.

💬 Community

Join the Discord, By joining, you’ll get:

  • Faster responses to your questions and issues
  • Direct input on new features and improvements
  • A place to share ideas, tips, and feedback with other 5ire users
  • Opportunities to co-build and shape the future of 5ire together

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

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.

Extension points exported contracts — how you extend this code

INextChatService (Interface)
(no doc) [15 implementers]
src/intellichat/services/INextCharService.ts
Loader (Interface)
(no doc) [3 implementers]
src/main/next/document-loader/DocumentLoader.ts
ChatFolderProps (Interface)
* Props for the ChatFolder component
src/renderer/components/ChatFolder.tsx
Window (Interface)
(no doc)
src/global.d.ts
IOpenAIError (Interface)
(no doc)
src/types/error.d.ts
INumberRange (Interface)
(no doc)
src/providers/types.ts
IPromptStore (Interface)
(no doc)
src/stores/usePromptStore.ts
EChartsToken (Interface)
(no doc)
src/libs/markdownit-plugins/markdownItEChartsPlugin.ts

Core symbols most depended-on inside this repo

inject
called by 120
src/main/internal/container.ts
error
called by 85
src/main/services/logger.ts
on
called by 81
src/main/internal/emitter.ts
set
called by 80
src/utils/cache.ts
scope
called by 70
src/main/services/logger.ts
debug
called by 67
src/renderer/logging.ts
get
called by 65
src/main/services/mcp-prompts-manager.ts
get
called by 51
src/utils/cache.ts

Shape

Function 590
Method 321
Class 155
Interface 76

Languages

TypeScript100%

Modules by API surface

src/utils/util.ts48 symbols
src/main/mcp.ts33 symbols
src/main/preload.ts26 symbols
src/intellichat/services/NextChatService.ts21 symbols
src/main/services/document-manager.ts17 symbols
src/intellichat/readers/BaseReader.ts17 symbols
src/intellichat/types.ts16 symbols
src/main/sqlite.ts14 symbols
src/main/services/mcp-servers-manager.ts14 symbols
src/main/services/logger.ts13 symbols
src/main/next/document-loader/DocumentLoader.ts13 symbols
src/intellichat/services/GoogleChatService.ts13 symbols

Dependencies from manifests, versioned

@axiomhq/js1.0.0-rc.1 · 1×
@biomejs/biome2.2.7 · 1×
@dnd-kit/core6.3.1 · 1×
@dnd-kit/modifiers9.0.0 · 1×
@electron/notarize1.2.3 · 1×
@electron/rebuild3.2.13 · 1×
@fluentui-contrib/react-data-grid-react-window1.0.2 · 1×
@fluentui/react-components9.58.3 · 1×
@fluentui/react-datepicker-compat0.4.6 · 1×
@fluentui/react-icons2.0.223 · 1×
@lancedb/lancedb0.14.1 · 1×

Datastores touched

(mysql)Database · 1 repos

For agents

$ claude mcp add 5ire \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact