---
name: Setup/Installation Issue
about: Trouble getting the server running
title: '[SETUP] '
labels: question
assignees: ''
---
**Environment (please complete the following information):**
- OS: [e.g. macOS, Windows]
- Python Version: [e.g. 3.10]
- Editor: [e.g. Windsurf, VS Code]
**What step failed?**
Did it fail during `Clone`, `pip install`, or `configuration`?
**Error Logs**
```
Paste your error logs here
```
**Config JSON**
Please paste your `mcpServers` configuration (redact username if needed):
```json
{
"mcpServers": {
...
}
}
```