Java based Model Context Procotol (MCP) Server for JDBC
@MCP-Mirror
关于 Java based Model Context Procotol (MCP) Server for JDBC
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"OpenLinkSoftware_mcp-jdbc-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"java",
"-jar",
"/path/to/mcp-jdbc-server/MCPServer-1.0.0-runner.jar"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Java based Model Context Procotol (MCP) Server for JDBC?
A lightweight MCP server for JDBC built with Quarkus. It is compatible with Virtuoso DBMS and other DBMS backends that have JDBC drivers.
How to use Java based Model Context Procotol (MCP) Server for JDBC?
Clone the repository, set environment variables (jdbc.url, jdbc.user, jdbc.password, jdbc.api_key), and configure for Claude Desktop via claude_desktop_config.json using the java -jar command. For troubleshooting, use the MCP Inspector with the runner JAR.
Key features of Java based Model Context Procotol (MCP) Server for JDBC
- Get schemas from the connected database.
- Retrieve table information for specific schemas.
- Describe table structures including keys and types.
- Filter tables by name substring.
- Execute SQL queries in JSONL or Markdown format.
- Virtuoso-specific: stored procedures, SPARQL/SPASQL, AI assistant.
Use cases of Java based Model Context Procotol (MCP) Server for JDBC
- Explore database schemas and table metadata via MCP clients.
- Query databases and retrieve results in structured formats.
- Generate reports by running queries with Markdown output.
- Integrate Virtuoso’s SPARQL and SPASQL capabilities into MCP workflows.
- Interact with Virtuoso’s AI Support Assistant through MCP tools.
FAQ from Java based Model Context Procotol (MCP) Server for JDBC
—
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论