Cursor Setup
Use the remote HTTP MCP endpoint (recommended):~/.cursor/mcp.json):
Local (stdio) alternative
If you prefer running locally:~/.cursor/mcp.json:
Alternative: use the CLI directly
Windows tip
If environment variables are tricky in Cursor on Windows:- Ensure the CLI is on your
PATH(it may be in~/.local/binor your venv). - You can use an absolute Python path if needed (e.g., from pyenv/venv).
- Use
python3on macOS ifpythonpoints to Python 2.