We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/drainney-jrt/jdbc-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•206 B
"""
JDBC MCP Server - Database connectivity for Claude Code via Model Context Protocol.
Supports PostgreSQL, MySQL, SQLite, and DB2 iSeries databases.
"""
__version__ = "0.1.0"
__all__ = ["__version__"]