Scansca - MCP Database Connector (under-development)
@RoyceLeonD
About Scansca - MCP Database Connector (under-development)
MCP Server for for major databases
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Databases MCP servers
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
Comments