Back to Home
mholzen icon

workflowy

by mholzen

Overview

This server and CLI tool allows AI assistants to interact with Workflowy outlines, supporting operations like search, bulk replacement, usage reports, and basic CRUD, with offline access capabilities.

Installation

Run Command
docker run --rm -i -e WORKFLOWY_API_KEY="your_workflowy_api_key" ghcr.io/mholzen/workflowy:latest mcp --expose=read --log-file=/tmp/workflowy-mcp.log

Environment Variables

  • WORKFLOWY_API_KEY

Security Notes

The `workflowy_transform` MCP tool (and CLI `--exec` flag) allows executing arbitrary shell commands, which presents a critical command injection vulnerability if the AI assistant's output or user input is not fully trusted and sanitized, or if the server environment is not properly sandboxed. While configurable (`--expose` flag), enabling this specific tool or `--expose=all` allows potential arbitrary code execution. API keys are handled securely via file/environment variables.

Similar Servers

Stats

Interest Score44
Security Score4
Cost ClassMedium
Avg Tokens350
Stars14
Forks0
Last Update2026-01-16

Tags

WorkflowyCLIAI AssistantMCP ServerGoData Management