Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CYSIC_MODELNoDefault model used by the tools when no per-call override is given.minimax-m3
CYSIC_API_KEYYesBearer token for the Cysic AI endpoint. Required.
CYSIC_BASE_URLNoBase URL for the Cysic AI OpenAI-compatible API.https://token-ai.cysic.xyz/v1
CYSIC_TIMEOUT_MSNoPer-request HTTP timeout in milliseconds.30000
CYSIC_MAX_RETRIESNoRetries on 429 / 5xx / network errors (exponential backoff + jitter).3

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
cysic_chatB

Single-turn chat with the Cysic AI model. Returns the model reply as a text content block.

cysic_sessionA

Multi-turn chat with the Cysic AI model and a server-side session memory. Each call sends the full prior history to the model and appends both turns to the session.

cysic_humanizeA

Rewrite a piece of text in a requested tone. Returns the rewritten text as a text content block.

Prompts

Interactive templates invoked by user choice

NameDescription
code_reviewRender a senior-level code-review prompt for the given code snippet.
humanize_textRender a prompt that mirrors the cysic_humanize tool contract so an MCP client can present it as a chat template.

Resources

Contextual data attached and managed by the client

NameDescription
cysic-modelsCatalog of models served by this MCP server.

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/nguyennpduoc/mcp-tool'

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