Skip to main content
Glama
HeptaneL

stardew-mcp-server

by HeptaneL

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
STARDEW_API_URLNomod HTTP 服务的地址,每次调用时读取,末尾 `/` 会被去掉http://127.0.0.1:8788
STARDEW_API_TIMEOUTNo单次 HTTP 请求超时(秒);未设置或非法时回退到默认值5.0

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
check_healthA

检查星露谷 mod 的 HTTP 服务是否在线,以及存档是否已加载。

get_current_dateA

获取游戏内当前日期、季节和星期信息。

get_todays_eventsB

获取今天的所有事件:生日 / 节日 / 被动节日 / 钓鱼赛 / 书商。

get_week_birthdaysA

获取本周(游戏内周,从周一到周日)的村民生日列表。

Args:
    include_past: 是否包含本周已经过去的日子,默认只返回今天及之后。
get_birthdays_on_dayA

查询指定季节和日期的村民生日。

get_events_on_dayB

查询指定季节和日期的所有事件(节日 / 被动节日 / 钓鱼赛 / 书商 / 生日)。

get_month_calendarB

获取整个季节(28 天)的日历,不传 season 则默认为当前季节。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources