MCPs tagged with Virtuoso
-
MCP Server ODBC via SQLAlchemy
A lightweight FastAPI server enabling model context protocol access to ODBC-compatible databases via SQLAlchemy.
MCP Server ODBC via SQLAlchemy provides a lightweight, FastAPI-based server that implements the Model Context Protocol (MCP) for accessing ODBC-compatible databases. It bridges AI tools and database systems by exposing standardized endpoints for fetching schema, tables, table descriptions, and executing queries or stored procedures. With support for Virtuoso, PostgreSQL, MySQL, and SQLite, it allows seamless, structured, and context-aware database access for context-driven applications.
- ⭐ 19
- MCP
- OpenLinkSoftware/mcp-sqlalchemy-server
-
OpenLink MCP Server for ODBC
MCP-compatible ODBC server enabling LLMs to access diverse databases.
OpenLink MCP Server for ODBC provides a TypeScript-based server that implements the Model Context Protocol (MCP), facilitating seamless access for Large Language Models to ODBC-accessible data sources. Built on top of node-odbc, it enables actions such as schema and table discovery, SQL query execution, and database introspection. The server supports a wide range of ODBC drivers and robust environment configuration, making it adaptable to multiple database backends and use cases. By leveraging the MCP standard, it simplifies and standardizes how LLMs interface with structured data via ODBC.
- ⭐ 9
- MCP
- OpenLinkSoftware/mcp-odbc-server
-
OpenLink MCP Server for JDBC
A lightweight Java-based MCP server enabling model context protocol integration with any JDBC-compatible database.
OpenLink MCP Server for JDBC provides a Java-based implementation of the Model Context Protocol (MCP), facilitating structured, context-aware interactions with relational databases via JDBC. It supports a variety of database operations, including schema and table discovery, table element descriptions, SQL query execution in multiple formats, and Virtuoso-specific features. Easily configurable and designed for integration with tools like Claude Desktop, it enables model-context-aware applications to access and manage database content effectively.
- ⭐ 8
- MCP
- OpenLinkSoftware/mcp-jdbc-server