Skip to main content
Glama

WorkFlowy MCP Server

by vladzima
.ruff.toml613 B
# Ruff configuration for code quality line-length = 100 target-version = "py310" [lint] select = [ "E", # pycodestyle errors "W", # pycodestyle warnings "F", # pyflakes "I", # isort "B", # flake8-bugbear "C4", # flake8-comprehensions "UP", # pyupgrade "ARG", # flake8-unused-arguments "SIM", # flake8-simplify "TCH", # flake8-type-checking ] ignore = [ "E501", # line too long (handled by formatter) ] fixable = ["ALL"] unfixable = [] [format] quote-style = "double" indent-style = "space" skip-magic-trailing-comma = false line-ending = "auto"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vladzima/workflowy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server