Grounder
Rank #49,073io.github.rozetyp/grounder
Web grounding for local & cloud LLMs: search, fetch, token-capped evidence packs, and research.
Grounder is a Model Context Protocol (MCP) server published by rozetyp. It ranks #49,073 of 132,113 servers tracked on MCP Toplist. Grounder is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 23, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 83,040 of 132,113 servers on MCP Toplist.
Use Grounder
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add grounder -e "GROUNDER_API_KEY=<your GROUNDER_API_KEY>" -- uvx grounder-mcpReplace each placeholder with your own value before saving.
[mcp_servers.grounder]
command = "uvx"
args = ["grounder-mcp"]
[mcp_servers.grounder.env]
GROUNDER_API_KEY = "<your GROUNDER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grounder": {
"command": "uvx",
"args": [
"grounder-mcp"
],
"env": {
"GROUNDER_API_KEY": "<your GROUNDER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grounder": {
"command": "uvx",
"args": [
"grounder-mcp"
],
"env": {
"GROUNDER_API_KEY": "<your GROUNDER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"grounder": {
"type": "stdio",
"command": "uvx",
"args": [
"grounder-mcp"
],
"env": {
"GROUNDER_API_KEY": "<your GROUNDER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grounder": {
"command": "uvx",
"args": [
"grounder-mcp"
],
"env": {
"GROUNDER_API_KEY": "<your GROUNDER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"grounder": {
"command": "uvx",
"args": [
"grounder-mcp"
],
"env": {
"GROUNDER_API_KEY": "<your GROUNDER_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.rozetyp%2Fgrounder)<a href="https://mcptoplist.com/server/io.github.rozetyp%2Fgrounder"><img src="https://mcptoplist.com/badge/io.github.rozetyp%2Fgrounder.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
rozetyp
Other servers by rozetyp
View all rozetyp servers →Available versions (3)
| Version | Published |
|---|---|
| 0.4.1 | Aug 13, 2026 |
| 0.4.0 | Aug 13, 2026 |
| 0.3.1 | Jul 23, 2026 |
Frequently asked questions
- Who maintains Grounder?
- Grounder is maintained by rozetyp, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Grounder listed on the Official MCP Registry?
- Yes — Grounder is listed on the Official MCP Registry, alongside Glama.
- How many versions does Grounder have?
- MCP Toplist tracks 3 versions of Grounder, most recently published on Aug 13, 2026.
- Where can I find the source code for Grounder?
- The source code for Grounder is hosted at github.com/rozetyp/grounder-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.