Antigravity GLM MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GLM_MODEL | No | 사용할 모델 (Model to use) | glm-4-plus |
| PYTHONPATH | No | Path to the antigravity_glm_mcp directory | |
| GLM_TIMEOUT | No | 요청 타임아웃 (초) (Request timeout in seconds) | 120 |
| GLM_BASE_URL | No | API 엔드포인트 (API endpoint) | https://open.bigmodel.cn/api/paas/v4 |
| PROJECT_ROOT | Yes | 작업 대상 디렉토리 (Target directory for work) | 현재 디렉토리 (Current directory) |
| ZHIPU_API_KEY | Yes | GLM API 인증 키 (GLM API authentication key) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| glm_cmdC | GLM-4-plus에 질문을 위임합니다. (지능) |
| glm_bypassC | GLM에 원시 프롬프트를 직접 보냅니다. (Raw Mode) |
| glm_file_readC | 파일 내용을 읽습니다. |
| glm_file_createB | 새 파일을 생성합니다. |
| glm_file_editB | 파일을 수정합니다 (문자열 교체). |
| glm_file_deleteB | 파일을 삭제합니다 (백업 보관). |
| glm_file_rollbackC | 파일을 복원합니다. |
| glm_memory_saveC | 메모리 저장. |
| glm_memory_getD | 메모리 조회. |
| glm_memory_listD | 메모리 목록. |
| glm_memory_deleteD | 메모리 삭제. |
| glm_action_logC | 작업 로그 조회. |
| glm_dir_listC | 디렉토리 목록 조회. |
| glm_code_runB | Python 코드 실행 (샌드박스). |
| glm_web_searchC | 웹 검색 (DuckDuckGo). |
| glm_git_statusB | Git 상태 조회. |
| glm_git_commitD | Git 커밋. |
| glm_http_requestD | HTTP 요청. |
| glm_db_queryD | DB 쿼리 (SQLite). |
| glm_image_analyzeC | 이미지 분석 (Vision). |
| glm_schedule_taskC | 작업 예약 관리. |
| glm_grepC | 파일 내용 검색 (grep). |
| glm_git_logC | Git 커밋 이력 조회. |
| glm_git_diffB | Git 변경 사항 비교. |
| glm_shell_execB | 제한적 쉘 명령 실행 (화이트리스트 기반). |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/coreline-ai/antigravity_glm_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server