GRC MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the server to | 0.0.0.0 |
| PORT | No | Port to listen on in remote mode | 8000 |
| DEBUG | No | Enable debug mode (True/False) | False |
| LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | |
| LOG_FORMAT | No | Log format (e.g., 'json') | |
| SSL_VERIFY | No | Verify SSL certificates (True/False) | True |
| SERVER_MODE | No | Server mode: 'remote' for HTTP server, 'local' for stdio transport | |
| METRICS_ENABLED | No | Enable Prometheus metrics endpoint (True/False) | |
| TRACING_ENABLED | No | Enable distributed tracing via OpenTelemetry (True/False) | |
| OPENPAGES_APIKEY | No | API key for bearer authentication (IBM Cloud IAM, MCSP, CP4D) | |
| OPENPAGES_BASE_URL | No | Base URL of the OpenPages instance (e.g., https://your-openpages-instance.com) | |
| OPENPAGES_PASSWORD | No | Password for basic authentication | |
| OPENPAGES_USERNAME | No | Username for basic authentication | |
| OBSERVABILITY_ENABLED | No | Enable observability features (True/False) | |
| OPENPAGES_AUTHENTICATION_URL | No | Authentication URL for bearer token (e.g., https://iam.cloud.ibm.com/identity/token) | |
| OPENPAGES_AUTHENTICATION_TYPE | No | Authentication type: 'basic' for username/password, 'bearer' for token-based (IBM Cloud IAM, MCSP, CP4D) |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nayef-Abou-Tayoun/openpages-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server