17 lines
496 B
Markdown
17 lines
496 B
Markdown
# dew_mcp
|
|
|
|
MCP (Model Context Protocol) server package for the [Dew](https://github.com/artificerchris/dew) project management tool.
|
|
|
|
Exposes all Dew kanban operations as MCP tools so AI assistants (GitHub Copilot, Claude, etc.) can manage your kanban board 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).
|