What is the io.github.GSterlingPress/fresh MCP server?
Know whether an AI agent should REUSE or REFETCH a URL before retrieving it again.
How to install io.github.GSterlingPress/fresh
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fresh": {
"url": "https://fresh-api-production-c783.up.railway.app/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fresh": {
"serverUrl": "https://fresh-api-production-c783.up.railway.app/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fresh": {
"type": "http",
"url": "https://fresh-api-production-c783.up.railway.app/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"fresh": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fresh-api-production-c783.up.railway.app/mcp"
]
}
}
}Claude Code
claude mcp add --transport http fresh https://fresh-api-production-c783.up.railway.app/mcpRelated MCP servers
Email-domain intelligence: MX capability, provider, disposable status, SPF, DMARC, and MTA-STS.
0
View repository →JavaScript
Resolve whether an uncertain side-effecting action completed before software retries it.
0
View repository →JavaScript
Choose HTTP, browser, machine endpoint, or avoid before an agent visits an unfamiliar URL.
0
View repository →JavaScript
Deterministic next-step decisions after failed API, MCP, automation, or AI-agent actions.
0
View repository →JavaScript
Prevent duplicate AI-agent side effects with idempotency, verification, and durable receipts.
View repository →