Skip to content
Cursor

kilimo mcp for Cursor

io.github.gabrielmahia/kilimo-mcp

MCP server for agriculture coordination in East Africa (kilimo = farming)

client:Cursor transport:stdio runtime:pypi

Install kilimo mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "kilimo-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kilimo-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kilimo mcp in other clients