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": "カレーライスの材料は?"}]}'
Verwandte Server
Damien Email Wrestler
An AI-powered email intelligence platform that integrates with Gmail and OpenAI. It can be run as a CLI tool or deployed on AWS Lambda for enhanced capabilities.
Apple Notifier
Send native macOS notifications and interact with system dialogs.
WhatsApp MCP server by Kapso
WhatsApp Cloud API MCP server by Kapso
oVice
Manage oVice workspaces, groups, users, and send notifications through the oVice API.
BulkPublish
Publish, schedule, and manage social media across 11 platforms with media uploads and analytics tracking.
Warpcast
An MCP server for interacting with the Warpcast social network.
Python LINE MCP Server
An MCP server for accessing and interacting with LINE Bot messages.
ssyubix-agentlink
ssyubix is an open source MCP project for cross-device communication between AI agents over the public internet.
any-chat-completions-mcp
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
JoltSMS
Provision dedicated US phone numbers and receive SMS/OTP codes for automated verification workflows.