Skip to content

FAQs

Security Considerations

  1. API Key Management

    • Never commit API keys to version control
    • Use environment variables or secure vaults
    • Rotate keys regularly
  2. Test Data

    • Use dedicated test accounts
    • Avoid using production data
    • Implement data cleanup procedures
  3. Network Security

    • Configure firewall rules for MCP server
    • Use HTTPS for all test endpoints
    • Implement rate limiting if needed

Released under the MIT License.