Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoThe port for the HTTP server in SSE or HTTP mode. Default: 3001.
TRANSPORT_TYPENoThe transport protocol to use. Options: stdio, sse, http. Default: stdio.
DISABLE_HEADLESSNoSet to 'true' to run the browser in visible mode. Default: 'false'.

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
login-with-qrcodeC

访问知乎登陆页面,并获取二维码。

get-login-statusA

获取登录状态,登陆完成返回1,没有登陆完成返回0

logoutA

退出登录,清理掉本地的cookie信息。

scrape-webpageB

访问页面,提取页面内容并转化为 markdown 格式。

get-hot-questionB

获取热点问题,可以获取小时榜、日榜、周榜。

publish-answerD

发布回答, publish answer

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a distinct purpose: retrieving hot questions, checking login status, logging in with QR code, logging out, publishing answers, and scraping webpages. No ambiguity between tools.

Naming Consistency3/5

Naming is inconsistent: some use 'get-' prefix, others are verb-object (publish-answer), and 'logout' is a single verb. No uniform convention like 'verb_noun' across all tools.

Tool Count5/5

6 tools is a reasonable count for a Zhihu MCP server covering authentication and basic content operations. It feels well-scoped without being too sparse or overwhelming.

Completeness2/5

The toolset covers authentication and basic posting but lacks critical operations like searching, viewing question/answer details, editing or deleting answers, and user profile management. Significant gaps for a comprehensive Zhihu agent.

Maintenance

ActivityInactive
ResponsivenessNo issues