Skip to main content
Glama
pslkk

openclaw-syncralis

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoEnvironment mode (e.g., production, development).production
TIMEOUT_MSNoTimeout in milliseconds for API calls.10000
BRAVE_API_KEYYesYour Brave Search API key.
WORKSPACE_DIRNoPath to workspace directory. Leave empty for auto-detection.
NGROK_API_PORTNoPort for Ngrok API.4040
TAVILY_API_KEYYesYour Tavily API key.
FILE_SERVER_HOSTNoHost for the file server. Use 0.0.0.0 for Docker.127.0.0.1
FILE_SERVER_PORTNoInternal file server port. Use 8451 in Glama (8080 is reserved by mcp-proxy).8451
MAX_QUERY_LENGTHNoMaximum query length in characters.2000
PUBLIC_TUNNEL_URLYesYour Ngrok public URL (e.g., https://your-domain.ngrok-free.app).
URL_SIGNING_SECRETYesA 32-character secret for signing URLs.
CONFIRM_TOKEN_TTL_MSNoTime-to-live for confirmation token in milliseconds.300000
MAX_DOWNLOAD_ATTEMPTSNoMaximum download attempts per link.3

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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