Skip to main content
Glama
sinner12123

mcp-glm-kimi-ollama

by sinner12123

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GLM_API_KEYNoYour Zhipu API key for the GLM MCP server.
GLM_BASE_URLNoBase URL for the GLM API, e.g. https://open.bigmodel.cn/api/anthropic.
GLM_DELEGATENoSet to 'on' to enable delegate mode.
GLM_PEAK_MODELNoModel to use during peak hours, e.g. glm-4-flash.
GLM_CHEAP_MODELNoCheapest model for cost-saving, e.g. glm-4-flash.
ASK_OLLAMA_MODELNoThe Ollama model to use, e.g. qwen3:8b.
MOONSHOT_API_KEYNoYour Moonshot API key for the Kimi MCP server.
GLM_OFFPEAK_MODELNoModel to use during off-peak hours, e.g. glm-4-flash.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
kimi_read_fileA

Read a text file. Returns file content up to limit lines.

kimi_write_fileB

Create or overwrite a file with given content.

kimi_edit_fileB

Find-and-replace edit in a file (exact string match).

kimi_globB

Find files matching a glob pattern.

kimi_grepC

Search for regex patterns in files.

kimi_shellA

Execute a shell command. Returns stdout, stderr, and exit code.

kimi_fetch_urlB

Fetch a URL and return its text content (HTML stripped).

kimi_thinkB

Extended step-by-step reasoning for complex problems.

kimi_reviewC

Code review for bugs, security issues, and performance.

kimi_testC

Generate or improve tests for a source file.

kimi_researchB

Analyze a codebase or answer questions using 128K context.

kimi_read_mediaC

Analyze images using Moonshot vision API.

kimi_web_searchC

Search the web and return AI-summarized results.

kimi_agentC

Autonomous agent for complex multi-step tasks using Kimi K2.5.

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/sinner12123/mcp-glm-kimi-ollama'

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