Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:20-slim

LABEL maintainer="Taskade <support@taskade.com>"
LABEL description="Taskade MCP Server — 57 AI tools for project management via Model Context Protocol"
LABEL description="Taskade MCP Server — 62 AI tools for project management via Model Context Protocol"
LABEL org.opencontainers.image.source="https://github.com/taskade/mcp"
LABEL org.opencontainers.image.licenses="MIT"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ See [open issues](https://github.com/taskade/mcp/issues) for planned features an

## Privacy & Security

Your Taskade API token authorizes the MCP server to call the Taskade public API on your behalf. The server talks **only** to `https://www.taskade.com/api/v1` and does not send your data to other third-party services.
Your Taskade API token authorizes the MCP server to call the Taskade public API on your behalf. The server talks **only** to the Taskade public API — `https://www.taskade.com/api/v1` and `https://www.taskade.com/api/v2` — and does not send your data to other third-party services.

- **Privacy** — see the [Taskade Privacy Policy](https://www.taskade.com/privacy).
- **Security & vulnerability reporting** — see [SECURITY.md](./SECURITY.md).
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ credential immediately), then remove it from history and notify a maintainer. Se
## Privacy

Taskade's data practices are described in the [Taskade Privacy Policy](https://www.taskade.com/privacy).
The MCP server sends requests only to the Taskade public API (`https://www.taskade.com/api/v1`)
The MCP server sends requests only to the Taskade public API (`https://www.taskade.com/api/v1` and `https://www.taskade.com/api/v2`)
using the token you provide; it does not send your data to other third-party services. (In
HTTP/SSE mode the token travels in the request URL and may be logged — prefer stdio.)
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Ready-to-use templates for connecting Taskade MCP Server to popular AI and autom

## n8n

Import [`n8n-taskade-mcp-workflow.json`](./n8n-taskade-mcp-workflow.json) into n8n to create an AI agent with access to all 57 Taskade tools.
Import [`n8n-taskade-mcp-workflow.json`](./n8n-taskade-mcp-workflow.json) into n8n to create an AI agent with access to all 62 Taskade tools.

### Prerequisites

Expand Down
Loading