Creating ready-to-run tests from your agent-powered IDE
You can use your MCP suppported IDE client to have Octomind generate test directly from your codebase. The tests will be stored and hosted in the Octomind app, ready for immediate execution and built for easy maintenance. Here is how you get started:Prerequisites
- Your IDE installed (Cursor, Windsurf, etc.)
- Node.js and npm installed
- An Octomind API key
Steps to Configure Octomind MCP
- Open your IDE
- Launch your IDE application
- Navigate to settings
- In the Settings panel, look for
User Settings
orSettings (JSON)
- This will open the settings.json file that contains your IDE configuration
- Add the Octomind MCP configuration
- Locate the closing curly brace at the end of the file
- Before that closing brace, add a comma (if there are other settings) and then paste the Octomind MCP configuration:
- Replace the API key
- Replace “YOUR API KEY” with your actual Octomind API key
- Make sure to keep the quotes around your API key
- Save the file
- Restart your IDE
- Close and reopen your IDE to apply the changes
- Verify installation
- Open a terminal in your IDE and run a simple Octomind command to verify the installation