openclaw-syncralis
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Environment mode (e.g., production, development). | production |
| TIMEOUT_MS | No | Timeout in milliseconds for API calls. | 10000 |
| BRAVE_API_KEY | Yes | Your Brave Search API key. | |
| WORKSPACE_DIR | No | Path to workspace directory. Leave empty for auto-detection. | |
| NGROK_API_PORT | No | Port for Ngrok API. | 4040 |
| TAVILY_API_KEY | Yes | Your Tavily API key. | |
| FILE_SERVER_HOST | No | Host for the file server. Use 0.0.0.0 for Docker. | 127.0.0.1 |
| FILE_SERVER_PORT | No | Internal file server port. Use 8451 in Glama (8080 is reserved by mcp-proxy). | 8451 |
| MAX_QUERY_LENGTH | No | Maximum query length in characters. | 2000 |
| PUBLIC_TUNNEL_URL | Yes | Your Ngrok public URL (e.g., https://your-domain.ngrok-free.app). | |
| URL_SIGNING_SECRET | Yes | A 32-character secret for signing URLs. | |
| CONFIRM_TOKEN_TTL_MS | No | Time-to-live for confirmation token in milliseconds. | 300000 |
| MAX_DOWNLOAD_ATTEMPTS | No | Maximum download attempts per link. | 3 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| share_filesA | Reads or shares workspace files. Three actions are available: 'read' — return file contents inline (no link generated). 'preview' — REQUIRED first step before sharing. Returns file metadata (name, size, type, modified) and a short-lived confirmationToken. Present ALL metadata to the user and ask for explicit approval before proceeding. Never skip this step. 'download' — generate a public download link. Requires the confirmationToken returned by a prior 'preview' call for the same file. A link CANNOT be generated without a valid token. |
| download_from_urlB | Downloads a file directly from a public or authenticated HTTP/HTTPS URL and saves it to the workspace. |
| web_searchA | Searches the live internet for accurate, up-to-date information. Use for current events. |
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/pslkk/openclaw-syncralis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server