Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp2mqtt
Claim
by
mcp2everything
GitHub
Home Automation & IoT
Python
MIT License
7
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
types
src/types/config.ts
export interface MinecraftServerConfig { maxPlayers: number; port: number; serverJarPath: string; memoryAllocation: string; username: string; version: string; }