Skip to main content
Glama

Tibero MCP Server

by YeomYuJun
pyproject.toml690 B
[project] name = "tibero_mcp_server" version = "0.1.0" description = "A Model Context Protocol (MCP) server that enables secure interaction with Tibero databases. This server allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured." readme = "README.md" requires-python = ">=3.11" dependencies = [ "mcp>=1.0.0", "jpype1>=1.4.1", "jaydebeapi>=1.2.3", ] [[project.authors]] name = "Your Name" email = "your_email@example.com" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project.scripts] tibero_mcp_server = "tibero_mcp_server:main"

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/YeomYuJun/tibero-mcp-server'

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