C
Configure Your Server

Our Data Import Page let's you send a dataset to Claude and Gemini for analysis when running the site locally.
Getting Started: Fork the team repo and contribut to Model Team Integrations

Operating System & CLI Tools

Code CLI you've already installed:

Local Web Server

Checking web server status...

Rust API Inactive

⚠️ Backend API unavailable - showing .env file data only

The Rust backend server needs to be started to access full configuration and testing capabilities.

Claude option will automatically start the server for you. Manual option shows commands to run yourself.

API Configuration Status

Loading configuration...
Start the Rust API first. Then you can test the Gemini API.

About Gemini AI Integration

The Gemini AI integration enhances MemberCommons with intelligent features like automated content generation, data analysis, and smart recommendations for CRM activities.

API Key Requirements:
Valid Google Cloud project with Gemini API enabled
Environment Variable:
GEMINI_API_KEY in your .env file
API Endpoint:
generativelanguage.googleapis.com
Test Method:
Lists available Gemini models
Security Note: Your API key is never displayed in full. Only the first 4 and last 4 characters are shown for verification.

Connection Troubleshooting

If you're having issues connecting to the backend API or database, try these troubleshooting steps:

  1. Make sure the Rust backend server is running: cargo run serve
  2. Verify the server is listening on port 8081
  3. Check that your Azure PostgreSQL credentials are correct
  4. Ensure your IP is allowed in Azure PostgreSQL firewall rules
  5. Verify SSL certificate settings for Azure connection
Quick Fix: You can tell Claude Code CLI to restart the server:
"Go ahead and restart now"

Loading README.md documentation...