🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
usqlmcp
A universal SQL MCP (Model Context Protocol).
0
Github Watches
0
Github Forks
0
Github Stars
usqlmcp
A universal SQL MCP (Model Context Protocol).
Features
-
Tools
-
read_query: Execute aSELECTquery and return the results. -
write_query: Execute anINSERT,UPDATE,DELETE, orALTERquery and return the number of affected rows. -
create_table: Execute aCREATE TABLEquery to define new tables in the database. -
list_tables: Retrieve a list of all table names in the database. -
describe_table: Retrieve schema information for a specific table.
-
-
Resources
-
schema://all: Get schema information for all tables -
schema://{table}: Get schema information for a specific table
-
Installing
usqlmcp is available via Release
Installing via Release
- Download a release for your platform
- Extract the
usqlmcporusqlcmp.exefile from the.tar.bz2or.zipfile - Move the extracted executable to somewhere on your
$PATH(Linux/macOS) or%PATH%(Windows)
Setup
MCP Integration in Cursor
Add the following configuration to your ~/.cursor/mcp.json file or configure via the settings menu in Cursor.
{
"mcpServers": {
"usqlmcp": {
"command": "usqlmcp",
"args": ["--dsn", "sqlite3:///your/db/dsn/file.db"]
}
}
}
Other tools
{
"servers": {
"usqlmcp": {
"type": "stdio",
"command": "usqlmcp",
"args": ["--dsn", "sqlite3:///your/db/dsn/file.db"]
}
}
}
Acknowledgments
This project depends on usql, a universal command-line interface for SQL databases.
相关推荐
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
🧑🚀 全世界最好的LLM资料总结(视频生成、Agent、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
AI's query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you'll ever need
🔥 1Panel provides an intuitive web interface and MCP Server to manage websites, files, containers, databases, and LLMs on a Linux server.
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
Memory for AI Agents; SOTA in AI Agent Memory; Announcing OpenMemory MCP - local and secure memory management.