GoldenGate MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ORACLE_DSN | Yes | Oracle connection string | localhost:1521/ORCL |
| ORACLE_USER | Yes | Oracle username | mcp_reader |
| RBAC_STRICT | No | Reject calls with no auth context. | false |
| KAFKA_BROKERS | No | Comma-separated brokers; leave empty to disable Kafka. | |
| AUDIT_LOG_MODE | No | `file` or `oracle`. | file |
| ORACLE_PASSWORD | Yes | Oracle password. Leave empty to skip Oracle (local MCP testing). | |
| RBAC_READ_ROLES | No | Comma-separated roles for read tier. | analyst,auditor,agent-read |
| SCHEMA_MAP_PATH | No | Path to schema mapping YAML. | src/schema/schema_map.yaml |
| RBAC_SCORE_ROLES | No | Comma-separated roles for score tier. | analyst,agent-score |
| RBAC_WRITE_ROLES | No | Comma-separated roles for write tier. | compliance-officer,agent-write |
| ANTHROPIC_API_KEY | No | Required for score tools. | |
| WRITEBACK_API_KEY | No | Bearer token for write-back endpoint. | |
| WRITEBACK_BASE_URL | No | REST endpoint for write tools; leave empty to disable. | |
| AUDIT_LOG_FILE_PATH | No | Path for file-mode audit log. | audit.log |
| KAFKA_CONSUMER_GROUP | No | Kafka consumer group ID. | goldengate-mcp |
| WRITEBACK_TIMEOUT_SECONDS | No | HTTP timeout for write-back calls. | 10.0 |
| CIRCUIT_BREAKER_WRITE_LIMIT | No | Max writes per minute before circuit trips. | 100 |
| CIRCUIT_BREAKER_RESET_SECONDS | No | Circuit breaker window duration. | 60 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues