Skip to content

ForkRep/HyperChat

 
 

Repository files navigation

中文 | English

Background

After the release of MCP, I felt it was quite promising. I originally planned to develop a toolbox for MCP, but since Claude Desktop keeps getting banned, I had to develop a Chat myself. It has been open-sourced.

Features

A Chat that supports the MCP protocol, using the OpenAI protocol and compatible with Claude Desktop configuration files. Supports Client hot loading, restart, and disable.

MCP:

Build

  • 🪟Windows + 🍏MacOS
  • Supports nvm, see below
  • Resource support
  • Partial support for Prompts
  • Tools support
  • Supports English and Chinese

Usage

    1. You need to configure your OpenAI style APIKEY
    1. Ensure that uvx or npx is installed on your system.
brew install uv
brew install node 

Development

cd electron && npm install
cd web && npm install
npm run dev

Note

  • MacOS may encounter damage or permission issues, sudo xattr -d com.apple.quarantine /Applications/HyperChat.app
  • For MacOS nvm users, manually input PATH echo $PATH, it seems the Windows version of nvm can be used directly

image.png

Telegram

HyperChat User Communication

image.png

image.png

image.png

image.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 89.2%
  • JavaScript 9.0%
  • HTML 1.1%
  • CSS 0.7%