Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Server port | 3000 |
| REDIS_URL | No | Redis connection string | redis://localhost:6379 |
| OAUTH_REDIRECT_URI | Yes | OAuth callback URL | |
| RATE_LIMIT_PER_USER | No | Requests per user per minute | 60 |
| SERVICENOW_CLIENT_ID | Yes | OAuth client ID | |
| TOKEN_ENCRYPTION_KEY | Yes | Base64-encoded 32-byte AES key | |
| SERVICENOW_INSTANCE_URL | Yes | ServiceNow instance URL | |
| SERVICENOW_CLIENT_SECRET | Yes | OAuth client secret |
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 | |