MCP.so
登录

Scansca - MCP Database Connector (under-development)

@RoyceLeonD

关于 Scansca - MCP Database Connector (under-development)

MCP Server for for major databases

基本信息

分类

数据库

许可证

View license

运行时

go

传输方式

stdio

发布者

RoyceLeonD

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Scansca - MCP Database Connector (under-development)?

Scansca is a self‑hostable server that connects Large Language Model (LLM) clients to database systems via the Model Context Protocol (MCP). It allows technical users to gain integrated insights from diverse data environments using natural language.

How to use Scansca - MCP Database Connector (under-development)?

Install Go 1.22+ and optionally Docker. Clone the repository, run make deps, optionally start a PostgreSQL database with make docker-compose, then make run. Register a database via POST /api/v1/databases and execute queries via POST /api/v1/query. MCP‑compatible clients use GET /mcp/v1/tools and POST /mcp/v1/tools/:name/invoke. Documentation is served by make docs.

Key features of Scansca - MCP Database Connector (under-development)

  • Multi‑database support: PostgreSQL (MySQL, SQLite, DynamoDB coming soon)
  • Seamless MCP integration with LLM clients
  • Automatic schema discovery with minimal configuration
  • Simple RESTful API for database operations
  • Docker‑ready deployment with Docker Compose
  • Self‑hostable, full control over infrastructure

Use cases of Scansca - MCP Database Connector (under-development)

  • Query databases using natural language via MCP‑compatible LLM clients
  • Connect LLM applications to existing PostgreSQL databases
  • Enable non‑technical users to explore data through conversational interfaces
  • Integrate dynamic database access into AI workflows

FAQ from Scansca - MCP Database Connector (under-development)

Which databases are currently supported?

Only PostgreSQL is supported at this time. Support for MySQL, SQLite, and DynamoDB is planned.

What are the runtime dependencies?

Go 1.22+ is required. Docker and Docker Compose are optional (used for spinning up a test PostgreSQL instance).

Does Scansca handle authentication?

The README does not describe authentication or authorization; API endpoints are unprotected in the shown quick start.

Where does the data live?

Data remains on the configured database servers. Scansca connects to them and does not store data itself.

What is the license?

Free for non‑commercial use, non‑profits, and small entities (under $10,000 USD revenue/assets). Commercial and government use requires a separate license from the author.

评论

数据库 分类下的更多 MCP 服务器