The oracle MCP server provides access to GPT-5 Pro with custom context and file support. It allows AI agents to query the model with specific context and files, enabling context-aware responses. The server connects to the GPT-5 Pro API and is useful for developers building AI applications that require advanced natural language processing with custom context.
The oracle MCP server provides access to GPT-5 Pro with custom context and file support. It allows AI agents to query the model with specific context and files, enabling context-aware responses. The server connects to the GPT-5 Pro API and is useful for developers building AI applications that require advanced natural language processing with custom context.
npx -y @steipete/oracleAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"steipete-oracle-github": {
"command": "npx",
"args": [
"-y",
"npx -y @steipete/oracle"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from oracle?"
API Key Required
This server requires an API key from oracle. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ORACLE_API_KEY | Yes | Your oracle API key |
"What resources are available in oracle?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in oracle"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in oracle with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.