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": "カレーライスの材料は?"}]}'
Related Servers
Reddit
Access Reddit's public API to browse frontpage posts, subreddit information, and read post comments.
X (Twitter)
Enhanced MCP server for Twitter/X with OAuth 2.0 support, v2 API media uploads, smart v1.1 fallbacks, and comprehensive rate limiting. Post tweets with text/media, search, and delete tweets programmatically.
Gmail MCP server
A super simple and tiny MCP server for gmail in python
Chara Talk MCP
Enables communication between multiple AI characters with simultaneous voice playback using VLC.
MCP TTS VOICEVOX
A Text-to-Speech server that integrates with an external VOICEVOX engine.
RabbitMQ MCP Go
A Go-based MCP server for integrating with the RabbitMQ message broker.
MyMCPSpace
Access and interact with MyMCPSpace posts, replies, likes, and feeds.
DingDing Bot
Send various types of messages, including text, markdown, images, and files, to a DingDing group robot.
Reddit MCP Server
Interact with the Reddit API to fetch saved posts, search, get comments, and reply.
Voyp
Integrate AI assistants with VOYP's calling capabilities to make calls, search business info, and manage call status.