Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | The host address for the MCP server to bind to (e.g., 127.0.0.1 for localhost only) | |
| SECRET_KEY | No | Secret key that must be included by the MCP Client in the Authorization header of all tool requests | |
| OAUTH_SCOPES | No | Required OAuth scopes | |
| OAUTH_BASE_URL | No | Base URL of the MCP Server (redirect URI must be set to OAUTH_BASE_URL/auth/callback) | |
| OAUTH_CLIENT_ID | No | Your OAuth application's client identifier | |
| OAUTH_CLIENT_SECRET | No | Your OAuth application's client secret | |
| OAUTH_DISCOVERY_URL | No | The OAuth discovery/metadata endpoint URL | |
| ENABLE_DOCUSIGN_TOOLS | No | Set to 'true' to enable DocuSign backup integration tools | false |
| COMMVAULT_ACCESS_TOKEN | No | A valid access token to authenticate with the Commvault API | |
| COMMVAULT_REFRESH_TOKEN | No | A valid refresh token to authenticate with the Commvault API | |
| COMMVAULT_WEBSERVICE_URL | No | The Commvault Web Service URL for API communication |
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 | |