Skip to main content
Glama
kagangtuya-star

sealchat-agent-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEALCHAT_AGENT_TOKENNoThe API token for the SealChat Agent API (usually starts with 'agt_'). Required unless using a config file or inline agent URLs.
SEALCHAT_AGENT_CONFIGNoPath to a JSON config file containing baseUrl and token. Environment variables take precedence.
SEALCHAT_AGENT_PROFILENoProfile name; defaults to 'default'.default
SEALCHAT_AGENT_BASE_URLNoThe base URL of the SealChat deployment (e.g. https://your-sealchat.example/). Required unless using a config file or inline agent URLs.
SEALCHAT_AGENT_MAX_PAGESNoMaximum number of pages to fetch during pagination; defaults to 10000.10000
SEALCHAT_AGENT_STATE_FILENoPath to a state file for checkpointing incremental sync.
SEALCHAT_AGENT_TIMEOUT_MSNoTimeout in milliseconds for HTTP requests; defaults to 10000.10000
SEALCHAT_AGENT_MAX_RETRIESNoMaximum number of retries for retriable HTTP errors; defaults to 3.3
SEALCHAT_AGENT_MAX_BACKOFF_MSNoMaximum backoff in milliseconds between retries; defaults to 30000.30000
SEALCHAT_AGENT_ALLOW_INLINE_URLNoSet to '1' to allow passing agent_url as a tool argument. When enabled, base URL and token may be omitted if agent_url is provided per call. Defaults to '0'.0

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/kagangtuya-star/sealchat-agent-mcp'

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