configure_api_key
Configure an existing API key for MCP access by validating it and saving it to the .env file for future requests.
Instructions
Configure an existing API key for MCP access. Use this if you already have an API key generated from the web portal but need to use it with MCP. Your key will be saved to the .env file for all future MCP requests. This is perfect for users who registered via OAuth (Google or GitHub) and created an API key on the web.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Your API key from the web portal. This key will be tested to ensure it's valid before being saved. Keep this secret! |