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": "カレーライスの材料は?"}]}'
Serveurs connexes
MCP LinkedIn
Interact with LinkedIn using an unofficial API, requiring email and password for authentication.
AI Interaction Tool
An AI interaction tool with an advanced UI for the Model Context Protocol (MCP).
Inbox Zero
AI personal assistant for email Inbox Zero
CData Google Contacts
A read-only MCP server for Google Contacts, powered by the CData JDBC Driver.
WeChat Public Account Article Saver
Saves and publishes articles to WeChat Public Accounts.
WeChat
A server for interacting with WeChat, a popular messaging and social media app.
Notifications
Send native macOS notifications with full Notification Center integration and interactive features.
Help Scout
An MCP server that enables AI assistants to interact with Help Scout data, such as customers and conversations.
Yazio MCP
MCP server for accessing Yazio user & nutrition data (unofficial)
API Docs MCP
MCP server for API documentation, supporting GraphQL, OpenAPI/Swagger, and gRPC from local files or remote URLs