Back to FoodforThought
Use FoodforThought in Cursor
Install our MCP server to access FoodforThought directly from Cursor IDE
MCP ConfigurationNew
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 Steps
Follow these steps to set up MCP in Cursor
- Install MCP dependencies:
pip install -r requirements-mcp.txt - Copy or download the config above
- Place mcp.json in the correct location:
~/.cursor/mcp.json- Global (available in all projects).cursor/mcp.json- Project-specific (in your project root)
- Set environment variable (if not in config):
export ATE_API_KEY="your-api-key-here" - Restart Cursor to load the MCP server
Available MCP Tools
Tools available in Cursor after installation
Repository Tools
ate_init- Initialize a new repositoryate_clone- Clone a repositoryate_list_repositories- List available repositoriesate_get_repository- Get repository details
Robot & Skill Tools
ate_list_robots- List robot profilesate_get_robot- Get robot profile detailsate_compatibility- Check skill compatibilityate_adapt- Generate adaptation plans