Servers

Stata Mcp
@SepineTam
Let LLM help you achieve your regression with Stata.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"stata-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/the/repo/",
"run",
"stata_mcp.py"
]
}
}
}