Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JWT_ISSUER | No | The JWT issuer URL | http://localhost:3080 |
| JWT_SECRET | Yes | Your JWT secret key for signing tokens | |
| DATABASE_URL | No | Database URL for token storage (optional - uses in-memory by default) | sqlite://./auth.db |
| JWT_AUDIENCE | No | The JWT audience | https://smithery.ai |
| MCP_RESOURCE_ID | No | The MCP resource identifier | https://smithery.ai |
| GOOGLE_CLIENT_ID | Yes | Your Google OAuth client ID from Google Cloud Console | |
| AUTH_SERVER_ISSUER | No | The URL of the auth server issuer | http://localhost:3080 |
| GOOGLE_REDIRECT_URI | No | The Google OAuth redirect URI | http://localhost:3080/oauth/google/callback |
| 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 | |