Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REDIS_URL | Yes | Your Redis instance connection URL (required for Vercel MCP adapter) | |
| DATABASE_URL | Yes | Your PostgreSQL database connection URL | |
| NEXTAUTH_URL | Yes | The URL of your deployed app (e.g., https://your-app.vercel.app) | |
| NEXTAUTH_SECRET | Yes | Your random secret for NextAuth | |
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth Client ID from Google Cloud Console | |
| GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth Client Secret from Google Cloud Console |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |