A Model Context Protocol (MCP) server for working with SQL Server Compact Edition (SDF) database files. This server provides tools to connect to, upgrade, query, and modify SDF databases
{
"mcpServers": {
"sdf-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for working with SQL Server Compact Edition (SDF) database files. This server provides tools to connect to, upgrade, query, and modify SDF databases
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 303 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Manage Supabase projects — databases, auth, storage, and edge functions
An official Qdrant Model Context Protocol (MCP) server implementation
Query and manage PostgreSQL databases directly from AI assistants
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP Security Weekly
Get CVE alerts and security updates for Sdf_mcp_server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for working with SQL Server Compact Edition (SDF) database files. This server provides tools to connect to, upgrade, query, and modify SDF databases
Note: This server is Windows-only as it depends on SQL Server Compact Edition, which is a Windows-only database engine.
dotnet build
.vscode/mcp.json:{
"servers": {
"sdf-mcp": {
"type": "stdio",
"command": "dotnet",
"args": [
"run",
"--project",
"<path-to-project>/sdf_mcp_server/sdf_mcp_server.csproj"
]
}
}
}
Initializes a connection to an SDF file. "filePath": "path/to/database.sdf", "password": "optional-password"
Upgrades a database that was created with an earlier version of SQL Server Compact (e.g., Version 3.5).
InitConnection firstQueries data from a specified table.
Modifies data in a specified table using INSERT, UPDATE, or DELETE operations.
Connect to a database: "filePath": "C:\path\to\database.sdf", "password": "optional-password"
If you get a version error, upgrade the database using the UpgradeDatabase tool.
Query data:
Modify data:
The server provides detailed error messages for common issues: