Tiny Chat
by to-aoki
Tiny Chat
Installation
Tested with Python 3.10 or later
Development Installation
pip install -r requirements.txtPackage Installation
# Build the package
pip install build
python -m build
# Install the built package
pip install dist/*.whlWeb Interface Usage
Running from source (development)
streamlit run tiny_chat/main.py --server.address=127.0.0.1only database (development)
streamlit run tiny_chat/main.py --server.address=127.0.0.1 -- --databaseRunning installed package
tiny-chatonly 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-apimodel: 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": "カレーライスの材料は?"}]}'Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/to-aoki/tiny_chat'
If you have feedback or need assistance with the MCP directory API, please join our Discord server