
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@cropgraph/mcp
Advanced tools
Garden planning MCP server. 1000 curated crops with frost-anchored planting windows, 121 companion relationships, USDA hardiness zones, and a six-type climate classifier. Eight tools, all offline.
Model Context Protocol server for garden planning. Eight tools backed by the curated CropGraph datasets (1,000 crops, 121 companion relationships, USDA hardiness zones, climate types). Runs over stdio. No API key, no network.
npx @cropgraph/mcp
The server reads MCP JSON-RPC over stdio and exits on EOF.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
(macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"cropgraph": {
"command": "npx",
"args": ["-y", "@cropgraph/mcp"]
}
}
}
Restart Claude Desktop. The eight tools will appear in the connector list.
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"cropgraph": {
"command": "npx",
"args": ["-y", "@cropgraph/mcp"]
}
}
}
| Tool | What it does |
|---|---|
get_hardiness_zone | USDA hardiness zone + frost dates from lat/lng or ZIP. |
get_planting_plan | What to plant in a date window for a given zone (climate-aware). |
get_crop_details | Full crop calendar entry by slug, common name, or scientific name. |
search_plants | Search the 1,000-crop calendar with optional zone/category filters. |
get_crops_for_zone | All crops whose zone range includes the supplied USDA zone. |
get_companions | Companion and antagonist plants for a crop with mechanisms, evidence strength, citations. |
check_companion_pair | Look up a single beneficial/antagonist relationship between two crops. |
plan_bed_compatibility | Evaluate 2-20 crops together: pairwise relationships + hub-antagonist warnings. |
All tools are read-only and offline. Schemas describe each input field in detail so an LLM can call them without external docs.
See @cropgraph/core for the underlying datasets and citations.
MIT.
FAQs
Garden planning MCP server. 5,006 curated crops across 14 categories with frost-anchored planting windows, 120 crops carrying climate-specific modifiers across 6 climate types, 1,004 companion relationships, 12 rotation families, 102 succession planting c
The npm package @cropgraph/mcp receives a total of 67 weekly downloads. As such, @cropgraph/mcp popularity was classified as not popular.
We found that @cropgraph/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.