Back to Home
rodolfo-terriquez icon

workflowy-mcp

Verified Safe

by rodolfo-terriquez

Overview

Connects AI assistants to Workflowy for reading, creating, updating, and managing notes and tasks.

Installation

Run Command
npm run dev

Environment Variables

  • DATABASE_URL
  • ACCESS_SECRET

Security Notes

The server employs a robust two-part authentication scheme using an environment-variable-stored ACCESS_SECRET and a per-request Workflowy API Key from the client, preventing the server from persistently storing the sensitive API key. Database interactions with Neon (`@neondatabase/serverless`) utilize tagged template literals for SQL queries, which inherently protect against common SQL injection vulnerabilities. No 'eval' or direct command execution patterns were found. URLs for the Workflowy API are constructed from hardcoded base paths and user-provided parameters are URI-encoded, mitigating path traversal risks. Secrets are managed via environment variables as recommended.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2025-12-13

Tags

WorkflowyAI AssistantNotesTask ManagementMCP