appflowy-mcp
by CAREEMER
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APPFLOWY_EMAIL | No | Service-account email for GoTrue password grant | |
| APPFLOWY_BASE_URL | Yes | AppFlowy Cloud base URL, e.g. https://appflowy.example.com | |
| APPFLOWY_MCP_HOST | No | Listen address (default 0.0.0.0) | |
| APPFLOWY_MCP_PATH | No | Listen path (default /mcp) | |
| APPFLOWY_MCP_PORT | No | Listen port (default 8000) | |
| APPFLOWY_PASSWORD | No | Service-account password | |
| APPFLOWY_MCP_CONFIG | No | Optional path to a YAML/JSON config file | |
| APPFLOWY_MCP_TOKENS | No | JSON array of token objects, e.g. [{"token":"sk-full","scopes":[]}] | |
| APPFLOWY_ACCESS_TOKEN | No | Pre-minted JWT instead of email/password | |
| APPFLOWY_MCP_LOG_LEVEL | No | Log level (INFO, DEBUG, etc.) | |
| APPFLOWY_MCP_REQUIRE_AUTH | No | true (default) rejects unauthenticated requests; false = open mode | |
| APPFLOWY_MCP_FOLDER_CACHE_TTL | No | Seconds to cache folder trees (default 15) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/CAREEMER/appflowy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server