mcp-pyodbc-server

mcp-pyodbc-server

1

The project is a lightweight Model Context Protocol server designed for ODBC interactions, offering extensive database management features using FastAPI and pyodbc. It supports various Virtuoso-specific operations, providing both JSONL and Markdown-formatted query results.

podbc_get_schemas

List all schema names in the database

podbc_get_tables

List table information in a specific schema

podbc_describe_table

Describe the structure of the table

podbc_filter_table_names

Filter tables by name substring

podbc_query_database

Execute SQL query and return JSON format results

podbc_execute_query_md

Execute SQL query and return Markdown table format results

podbc_spasql_query

Execute SPASQL query (specific to Virtuoso)

podbc_sparql_query

Execute SPARQL query (specific to Virtuoso)

podbc_virtuoso_support_ai

Interact with Virtuoso's AI-enabled assistant (Virtuoso is unique)