Skip to content
Zed

stata mcp for Zed

io.github.sepinetam/stata-mcp

Let LLM help you achieve your regression analysis with Stata

client:Zed transport:stdio runtime:pypi

Install stata mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "stata-mcp": {
      "command": "uvx",
      "args": [
        "stata-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

stata mcp in other clients