HomeBrowser Automation & Scraping › FreshContext

FreshContext

Context integrity for AI agents: evaluate freshness, confidence, provenance, and decision readiness.

TypeScript CloudLocal Remote
★ 12 stars Last pushed 2026-09-23 License: MIT

Topics: Browser Automation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.freshcontext.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http freshcontext-mcp https://api.freshcontext.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "freshcontext-mcp": {
      "url": "https://api.freshcontext.dev/mcp"
    }
  }
}

Package (npm 0.5.2)

npx -y freshcontext-mcp@0.5.2

Or add to your MCP client config:

{
  "mcpServers": {
    "freshcontext-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "freshcontext-mcp@0.5.2"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry