
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@cropgraph/mcp
Advanced tools
Garden planning MCP server. 2000 curated crops with frost-anchored planting windows, 605 companion relationships, 12 rotation families, 33 succession planting chains, 158 pest/disease associations, 120 growing degree day models, USDA hardiness zones, and
Model Context Protocol server for garden planning. Fourteen tools backed by the curated CropGraph datasets (2,000 crops, 605 companion relationships, 12 rotation families, 33 succession planting chains, 158 pest/disease associations, 120 growing degree day models, 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 fourteen 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 2,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. |
get_rotation_advice | Rotation family + year-gap rule for a crop, with recommended follow-with and never-follow crops. |
check_rotation_sequence | Validate a multi-year sequence: flags rotation-gap violations and never-follow warnings. |
get_succession_chain | Succession planting chain for a crop: phases with sow method, cadence, and frost-relative window. |
get_succession_plan | Same chain resolved to concrete ISO dates for a zone (climate-aware, with per-phase sowing date lists). |
get_crop_pests | Pests and diseases for a crop, sorted by severity, with diagnostic symptoms, organic management, prevention, regions, and citations. |
get_pest_detail | Full record for one pest or disease across every crop it touches. |
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 169 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
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.