29 lines
731 B
Markdown
29 lines
731 B
Markdown
|
|
# taiga-mcp
|
||
|
|
|
||
|
|
MCP server for Taiga project management.
|
||
|
|
|
||
|
|
Source: [`@illodev/taiga-mcp`](https://npm.im/@illodev/taiga-mcp)
|
||
|
|
|
||
|
|
## Environment Variables
|
||
|
|
|
||
|
|
| Variable | Required | Description |
|
||
|
|
|----------|----------|-------------|
|
||
|
|
| `TAIGA_URL` | Yes | Taiga instance URL (e.g. `https://taiga.corentic.eu`) |
|
||
|
|
| `TAIGA_USERNAME` | Yes | Taiga login username |
|
||
|
|
| `TAIGA_PASSWORD` | Yes | Taiga login password |
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
```bash
|
||
|
|
docker run -d \
|
||
|
|
--name taiga-mcp \
|
||
|
|
-p 8106:8106 \
|
||
|
|
-e TAIGA_URL=https://taiga.corentic.eu \
|
||
|
|
-e TAIGA_USERNAME=your_user \
|
||
|
|
-e TAIGA_PASSWORD=your_password \
|
||
|
|
forgejo.corentic.eu/corentic/mcp-fleet-taiga:latest
|
||
|
|
```
|
||
|
|
|
||
|
|
## Tools
|
||
|
|
|
||
|
|
Projects, user stories, tasks, issues, sprints, wiki pages, team management.
|