Skip to main content
Glama

Stata-MCP

__init__.py313 B
import platform from datetime import datetime def set_config(key, value): with open(".env", "w+", encoding="utf-8") as f: f.write(f"{key}={value}") return {key: value} def get_nowtime(): return datetime.strftime(datetime.now(), "%Y%m%d%H%M%S") def get_os(): return platform.system()

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/SepineTam/stata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server