Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Bluetooth MCP Server
by
Hypijump31
Verified
GitHub
Home Automation & IoT
OS Automation
Python
Linux
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
bluetooth-mcp-server
app
mcp_sdk
__pycache__
tests
architecture.md
bluetooth-mcp-guide.md
bluetooth_mcp_server.py
.env
.env.example
README.md
requirements.txt
run.py
import uvicorn from app.core.config import settings if __name__ == "__main__": # Démarrage du serveur avec les paramètres de configuration uvicorn.run( "app.main:app", host=settings.HOST, port=settings.PORT, reload=settings.DEBUG )