stata-mcp

Stata MCP Extension for VS Code and Cursor IDE

GitHub Stars

65

User Rating

Not Rated

Favorites

0

Views

51

Forks

7

Issues

6

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

> Note: Initial installation requires setting up dependencies which may take up to 2 minutes to complete. Please be patient during this one-time setup process. All subsequent runs will start instantly. Install this extension directly from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=DeepEcon.stata-mcp).
bash
code --install-extension DeepEcon.stata-mcp
Or:
1Open VS Code
2Go to Extensions view (Ctrl+Shift+X)
3Search for "Stata MCP"
4Click "Install"
1Download the extension package stata-mcp-0.2.5.vsix from the [releases page](https://github.com/hanlulong/stata-mcp/releases).
2Install using one of these methods:
bash
code --install-extension path/to/stata-mcp-0.2.5.vsix
Or:
1Open VS Code
2Go to Extensions view (Ctrl+Shift+X)
3Click on "..." menu in the top-right
4Select "Install from VSIX..."

Additional Resources