Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RSS_MCP_DEBUGNoset 1 or true to enable debug logs
RSS_MCP_DB_PATHNoSQLite path (default: %APPDATA%/rss-news/rss.sqlite on Windows, ~/.local/share/rss-news/rss.sqlite on other platforms)~/.local/share/rss-news/rss.sqlite
RSS_MCP_USER_AGENTNocustom request User-Agent
RSS_MCP_REQUEST_TIMEOUT_MSNofetch timeout in milliseconds (default: 15000)15000
RSS_MCP_DEFAULT_FETCH_LIMITNodefault global fetch limit (default: 20)20
RSS_MCP_DEBUG_PREVIEW_LENGTHNopreview length of response body for debug (default: 300)300
RSS_MCP_MAX_FEEDS_PER_REQUESTNomax feed count for each call (default: 50)50

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
list_subscriptionsA

List subscribed RSS feeds and their current sync metadata.

upsert_subscriptionsA

Create or update RSS subscriptions and return canonical feedUrls. Known RSSHub instance URLs are stored as rsshub://....

remove_subscriptionsA

Remove RSS subscriptions, with optional purge of stored entries and read state. RSSHub subscriptions must be removed using their stored rsshub://... feedUrl.

preview_feedA

Preview one or more feed URLs without subscribing, for example to verify fetchability and content before subscribing. Known RSSHub instance URLs are normalized to rsshub://.... For example, RSSHub routes can be discovered at https://docs.rsshub.app/routes/.

sync_newsC

Fetch subscribed RSS feeds and update stored entries.

fetch_newsA

Read the latest news from local storage without changing read state. Unsubscribed feedUrls are not allowed.

consume_newsC

Read the latest news and mark unread items as consumed.

count_newsC

Count recent news items across subscribed feeds.

set_consumption_statusC

Set consumed or unconsumed status for stored news within a UTC date range.

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/max1ab/rss-news'

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