Tiny Chat
A simple chat application that requires an external database configuration.
Tiny Chat
Installation
Tested with Python 3.10 or later
Development Installation
pip install -r requirements.txt
Package Installation
# Build the package
pip install build
python -m build
# Install the built package
pip install dist/*.whl
Web Interface Usage
Running from source (development)
streamlit run tiny_chat/main.py --server.address=127.0.0.1
only database (development)
streamlit run tiny_chat/main.py --server.address=127.0.0.1 -- --database
Running installed package
tiny-chat
only database
tiny-chat --database

MCP Usage
Claude Desktop example.
{
"mcpServers": {
"tiny-chat": {
"command": "/path/to/tiny_chat/.venv/bin/tiny-chat-mcp",
"env": {
"DB_CONFIG": "/path/to/tiny_chat/database_config.json"
}
}
}
}
OpenAI Chat API RAG Server Usage
tiny-chat-api
model: target search qdrant collection name (model change in conversation).
curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{"model": "qdrant-collection-name", "messages": [{"role": "user", "content": "カレーライスの材料は?"}]}'
Servidores relacionados
DingDing Bot
Send various types of messages, including text, markdown, images, and files, to a DingDing group robot.
Discord MCP Server
Enables AI assistants to send notifications and request user input through Discord.
WhatsApp
Search, read, and send WhatsApp messages and contacts. Requires a local Go WhatsApp bridge.
Hacker News MCP Server
Access Hacker News stories, comments, and user profiles using the Hacker News API.
WeChat
A server for interacting with WeChat, a popular messaging and social media app.
MCP Feedback Collector
A server for collecting user feedback and AI work reports.
MCP Evolution API
An MCP server for Claude that integrates with the Evolution API for WhatsApp automation.
Slack MCP Server
A server for integrating with Slack, enabling communication and automation within your workspace.
Freshdesk MCP Server
An MCP server for interacting with the Freshdesk API v2, enabling management of customer support tickets and contacts.
Voyp
Integrate AI assistants with VOYP's calling capabilities to make calls, search business info, and manage call status.