Skip to main content
Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
de
en
es
ja
ko
ru
zh
German
English
Spanish
Japanese
Korean
Russian
Chinese
Unichat MCP Server
by
amidabuddha
GitHub
Developer Tools
App Automation
Coding Agents
Python
MIT License
34
Apple
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
unichat-mcp-server
src
unichat_mcp_server
src/unichat_mcp_server/__init__.py
src/unichat_mcp_server/server.py
from . import server import asyncio def main(): """Main entry point for the package.""" asyncio.run(server.main()) # Optionally expose other important items at package level __all__ = ['main', 'server']
ID: 8wecix16ff