Skip to main content
Glama
keenturbo

ruanyifeng-weekly-mcp

by keenturbo

ruanyifeng-weekly-mcp

MCP server for searching ruanyf/weekly GitHub issues and returning a Markdown list with summaries.

Features

  • Search ruanyf/weekly issues via GitHub Search API

  • Keyword overrides that prioritize YouMind related results

  • JSON file cache with TTL (default 6 hours)

  • Optional GitHub token for higher rate limits

  • Streamable HTTP transport at /mcp (port 8113 by default)

Related MCP server: WeChat Article Reader MCP Server

Tool

search_weekly(query, limit=5, state="all", category=None, format="markdown") -> Markdown

Parameters:

  • query: search keyword

  • limit: 1-50

  • state: all, open, closed

  • category: optional issue title tag

  • format: must be markdown

Environment

  • SERVER_HOST (default 0.0.0.0)

  • SERVER_PORT (default 8113)

  • CACHE_DIR (default ./cache)

  • CACHE_TTL_SECONDS (default 21600)

  • GITHUB_TOKEN (optional)

  • LOG_LEVEL (default INFO)

  • HTTP_TIMEOUT_SECONDS (default 30)

Run locally

  1. Create a virtual environment

python3 -m venv .venv
  1. Activate it

source .venv/bin/activate
  1. Install dependencies

pip install -r requirements.txt
  1. Run the server

python app.py

The server listens on http://127.0.0.1:8113/mcp by default.

Kelivo config (streamableHttp)

{
  "mcpServers": {
    "ruanyifeng-weekly": {
      "name": "ruanyifeng-weekly",
      "type": "streamableHttp",
      "baseUrl": "http://YOUR_HOST:8113/mcp",
      "isActive": true
    }
  }
}

systemd

See deploy/ruanyifeng-weekly-mcp.service and deploy/ruanyifeng-weekly-mcp.env.example.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A server that enables web searches using different providers (currently Bing) and converts URL content to Markdown, with support for retrieving WeChat official account articles.
    15
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables crawling WeChat Official Account articles via the mp.weixin.qq.com search interface, including account search, article listing, incremental crawling, and fetching articles as Markdown with local SQLite storage.
    6
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables web search on Chinese internet content using Bocha AI, returning results as Markdown or JSON with configurable freshness and summary options.
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • Read any web page as clean Markdown for AI agents: fetch, search, metadata, links. SSRF-safe.

  • Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, a…

  • 搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。

View all MCP Connectors

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/keenturbo/ruanyifeng-weekly-mcp'

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