Skip to main content
Glama

Oracle MCP Server

by zhengwanbo
pyproject.toml427 B
[project] name = "oracle-mcp-server" version = "0.1.3" description = "MCP server for Oracle database schema context retrieval" requires-python = ">=3.12" dependencies = [ "mcp>=1.2.1", "oracledb>=2.0.0", "python-dotenv>=1.0.0", ] [project.optional-dependencies] dev = [ "black", "mypy", "ruff" ] [tool.ruff] select = ["E", "F", "I"] line-length = 88 [tool.mypy] python_version = "3.12" strict = true

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/zhengwanbo/oracle-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server