wechat-article-reader
by lhs1695
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WECHAT_ARTICLE_READER_RUNTIME_DIR | No | Directory for runtime data such as SQLite database and logs. | ./.runtime |
| WECHAT_ARTICLE_READER_MCP_AUTH_TOKEN | No | Authentication token required for non-local HTTP MCP access. Sent as the X-MCP-Token header. Only needed if --allow-remote is enabled. | |
| WECHAT_ARTICLE_READER_DEEPSEEK__API_KEY | No | Your DeepSeek API key. Optional – if not set, fetching, reading, and exporting still work; only summarization will be unavailable. | |
| WECHAT_ARTICLE_READER_DEEPSEEK__MAX_INPUT_CHARS | No | Maximum number of characters sent to DeepSeek for summarization. Protects the model context window. | 50000 |
| WECHAT_ARTICLE_READER_EXPORT__DEFAULT_OUTPUT_DIR | No | Default directory for HTML/Markdown exports. | ./output |
| WECHAT_ARTICLE_READER_SCRAPER__MAX_CONTENT_CHARS | No | Maximum number of characters kept when fetching an article. Protects local storage. | 500000 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |