Skip to main content
Glama

WorkFlowy MCP Server

by daniel347x
__init__.py473 B
"""WorkFlowy MCP Server - Model Context Protocol server for WorkFlowy API integration.""" __version__ = "0.1.0" from .client import WorkFlowyClient from .models import ( APIConfiguration, NodeCreateRequest, NodeListRequest, NodeUpdateRequest, WorkFlowyNode, ) from .server import mcp __all__ = [ "mcp", "WorkFlowyNode", "NodeCreateRequest", "NodeUpdateRequest", "NodeListRequest", "APIConfiguration", "WorkFlowyClient", ]

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/daniel347x/workflowy-mcp-fixed'

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