FreshContext
Rank #3,499io.github.PrinceGabriel-lgtm/freshcontext
Context integrity for AI agents: evaluate freshness, confidence, provenance, and decision readiness.
FreshContext is a Model Context Protocol (MCP) server published by PrinceGabriel-lgtm. It ranks #3,499 of 132,046 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. FreshContext is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 128,547 of 132,046 servers on MCP Toplist.
Use FreshContext
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http freshcontext https://api.freshcontext.dev/mcpclaude mcp add freshcontext -- npx -y freshcontext-mcp[mcp_servers.freshcontext]
url = "https://api.freshcontext.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.freshcontext]
command = "npx"
args = ["-y", "freshcontext-mcp"]Add to ~/.codex/config.toml.
https://api.freshcontext.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"freshcontext": {
"command": "npx",
"args": [
"-y",
"freshcontext-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"freshcontext": {
"url": "https://api.freshcontext.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"freshcontext": {
"command": "npx",
"args": [
"-y",
"freshcontext-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"freshcontext": {
"type": "http",
"url": "https://api.freshcontext.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"freshcontext": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"freshcontext-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"freshcontext": {
"serverUrl": "https://api.freshcontext.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"freshcontext": {
"command": "npx",
"args": [
"-y",
"freshcontext-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"freshcontext": {
"url": "https://api.freshcontext.dev/mcp"
}
}
}{
"mcpServers": {
"freshcontext": {
"command": "npx",
"args": [
"-y",
"freshcontext-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.PrinceGabriel-lgtm%2Ffreshcontext)<a href="https://mcptoplist.com/server/io.github.PrinceGabriel-lgtm%2Ffreshcontext"><img src="https://mcptoplist.com/badge/io.github.PrinceGabriel-lgtm%2Ffreshcontext.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
PrinceGabriel-lgtm
Available versions (4)
| Version | Published |
|---|---|
| 0.5.2 | Sep 21, 2026 |
| 0.3.17 | May 13, 2026 |
| 0.1.8 | Mar 4, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains FreshContext?
- FreshContext is maintained by PrinceGabriel-lgtm, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is FreshContext listed on the Official MCP Registry?
- Yes — FreshContext is listed on the Official MCP Registry, alongside Glama.
- How many versions does FreshContext have?
- MCP Toplist tracks 4 versions of FreshContext, most recently published on Sep 21, 2026.
- Where can I find the source code for FreshContext?
- The source code for FreshContext is hosted at github.com/PrinceGabriel-lgtm/freshcontext-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.