Back to FoodforThought

Use FoodforThought in Cursor

Install our MCP server to access FoodforThought directly from Cursor IDE

MCP Configuration
New

Generate your MCP configuration file for Cursor IDE

Sign in to create an API key, or leave empty to use ATE_API_KEY environment variable.

{
  "mcpServers": {
    "foodforthought": {
      "command": "python",
      "args": [
        "-m",
        "ate.mcp_server"
      ],
      "env": {
        "ATE_API_URL": "https://kindly.fyi/api",
        "ATE_API_KEY": "${env:ATE_API_KEY}"
      }
    }
  }
}
Installation Guide

Installation Steps

Follow these steps to set up MCP in Cursor

  1. Install MCP dependencies:
    pip install -r requirements-mcp.txt
  2. Copy or download the config above
  3. Place mcp.json in the correct location:
    • ~/.cursor/mcp.json - Global (available in all projects)
    • .cursor/mcp.json - Project-specific (in your project root)
  4. Set environment variable (if not in config):
    export ATE_API_KEY="your-api-key-here"
  5. Restart Cursor to load the MCP server

Available MCP Tools

Tools available in Cursor after installation

Repository Tools

  • ate_init - Initialize a new repository
  • ate_clone - Clone a repository
  • ate_list_repositories - List available repositories
  • ate_get_repository - Get repository details

Robot & Skill Tools

  • ate_list_robots - List robot profiles
  • ate_get_robot - Get robot profile details
  • ate_compatibility - Check skill compatibility
  • ate_adapt - Generate adaptation plans