Pondlog
Rank #40,947io.github.andrewschristison/pondlog-garden
DEPRECATED. Use @cropgraph/mcp instead. npx @cropgraph/mcp
Pondlog is a Model Context Protocol (MCP) server published by andrewschristison. It ranks #40,947 of 115,460 servers tracked on MCP Toplist. Pondlog is listed on Official MCP, with 3 tracked versions. It was first listed on May 12, 2026 and most recently updated on May 13, 2026.
Ranks ahead of 74,513 of 115,460 servers on MCP Toplist.
Use Pondlog
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add pondlog-garden -- npx -y @pondlog/mcp-garden[mcp_servers.pondlog-garden]
command = "npx"
args = ["-y", "@pondlog/mcp-garden"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"pondlog-garden": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-garden"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"pondlog-garden": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-garden"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"pondlog-garden": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-garden"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"pondlog-garden": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-garden"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"pondlog-garden": {
"command": "npx",
"args": [
"-y",
"@pondlog/mcp-garden"
]
}
}
}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.andrewschristison%2Fpondlog-garden)<a href="https://mcptoplist.com/server/io.github.andrewschristison%2Fpondlog-garden"><img src="https://mcptoplist.com/badge/io.github.andrewschristison%2Fpondlog-garden.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
andrewschristison
Available versions (3)
| Version | Published |
|---|---|
| 0.3.4 | May 13, 2026 |
| 0.3.3 | May 12, 2026 |
| 0.3.1 | May 12, 2026 |
Frequently asked questions
- Who maintains Pondlog?
- Pondlog is maintained by andrewschristison, which publishes 8 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Pondlog listed on the Official MCP Registry?
- Yes — Pondlog is listed on the Official MCP Registry.
- How many versions does Pondlog have?
- MCP Toplist tracks 3 versions of Pondlog, most recently published on May 13, 2026.
- Where can I find the source code for Pondlog?
- The source code for Pondlog is hosted at github.com/andrewschristison/pondlog.