greenfield-mcp-dispatch

ziad-elsheikh/greenfield-mcp-dispatch
★ 0 stars Python AI/LLM Updated today
An MCP server for Greenfield Agriculture providing safe, scoped LLM access to dispatch autonomous farming equipment. Features human-in-the-loop elicitation for chemical applications, defensive validation, and role-based notifications.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "greenfield-mcp-dispa": {
      "command": "uvx",
      "args": [
        "greenfield-mcp-dispatch"
      ]
    }
  }
}

Or install with pip: pip install greenfield-mcp-dispatch