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 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/elbachir-salik/goldengate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server