Back to Home
grokify icon

chathub

Verified Safe

by grokify

Overview

ChatHub provides a Model Context Protocol (MCP) server for cross-platform sharing and archiving of AI assistant conversations, enabling users to save and retrieve chats from various AI clients in a unified, version-controlled storage.

Installation

Run Command
./chathub

Environment Variables

  • CHATHUB_BACKEND
  • CHATHUB_FOLDER
  • GITHUB_TOKEN
  • GITHUB_OWNER
  • GITHUB_REPO

Security Notes

The project demonstrates strong security awareness: secrets are loaded via environment variables, not hardcoded. The `README` explicitly advises using fine-grained GitHub Personal Access Tokens (PATs) with minimal permissions and rotating them. Input paths are generated or sanitized to prevent directory traversal. The `mcpruntime` library handles secure HTTP transport with OAuth2.1 (PKCE) for authentication, mitigating risks when exposing the server publicly via HTTP or ngrok. No instances of 'eval', code obfuscation, or overtly malicious patterns were found in the provided source.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-19

Tags

AI conversationsMCP serverGitHub storageCross-platformKnowledge base