david-seekdb-mcp-server
pypi/david-seekdb-mcp-serverA Model Context Protocol (MCP) server that enables interaction with seekdb database. This server allows AI assistants to perform vector operations, manage collections, execute SQL queries and leverage AI functions through a controlled interface, making database exploration and analysis safer and more structured.
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"david-seekdb-mcp-server": {
"url": "None",
"transport": "http"
}
}
}