18 lines
512 B
Markdown
18 lines
512 B
Markdown
# dew_mcp
|
|
|
|
MCP (Model Context Protocol) server package for the [Dew](https://github.com/artificerchris/dew) project management tool.
|
|
|
|
Exposes Dew operations as MCP tools so AI assistants (GitHub Copilot, Claude,
|
|
etc.) can manage your kanban board and project infrastructure directly.
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
dew mcp serve
|
|
```
|
|
|
|
Connect your MCP client to the process via stdio. See the [main README](https://github.com/artificerchris/dew#readme) for full setup instructions.
|
|
|
|
## License
|
|
|
|
MIT — see [LICENSE](LICENSE).
|