We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/smith-nathanh/oracle-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•265 B
"""
MCP Chat Demo - Simple conversational interface for Oracle database queries.
This demo shows how to connect any LLM (via OpenRouter) to the Oracle MCP server,
enabling natural language database queries with multi-step investigation.
"""
__version__ = "1.0.0"