Create, update, complete nodes, search & replace with regex and dry run, usage reports, transforms
claude mcp add workflowy -- docker run -i --rm ghcr.io/mholzen/workflowy:0.8.1
claude_desktop_config.json
{
"mcpServers": {
"workflowy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"workflowy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"workflowy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"workflowy": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"workflowy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.mholzen--workflowy/reviews or the review_server meta-tool.
POST /mcp