Connect and unify data across various platforms and databases with MindsDB as a single MCP server.
MySQL database integration in NodeJS with configurable access controls and schema inspection
$ npx @benborla29/mcp-server-mysqlOr add it with the Claude CLI: claude mcp add benborla29-mcp-server-mysql
mysql_queryValues are filled in locally in your browser — nothing is sent anywhere.
{ "mcpServers": { "benborla29-mcp-server-mysql": { "command": "npx", "args": ["@benborla29/mcp-server-mysql"], "env": { "MYSQL_HOST": "<your-mysql-host>", "MYSQL_PORT": "<your-mysql-port>", "MYSQL_USER": "<your-mysql-user>", "MYSQL_PASS": "<your-mysql-pass>", "MYSQL_DB": "<your-mysql-db>", "ALLOW_INSERT_OPERATION": "<your-allow-insert-operation>", "ALLOW_UPDATE_OPERATION": "<your-allow-update-operation>", "ALLOW_DELETE_OPERATION": "<your-allow-delete-operation>", "NODE_PATH": "<your-node-path>", "REMOTE_SECRET_KEY": "<your-remote-secret-key>" } } } }
Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.
Connect and unify data across various platforms and databases with MindsDB as a single MCP server.
Local-first system capturing screen/audio with timestamped indexing, SQL/embedding storage, semantic search, LLM-powered history analysis, and event-triggered actions - enables building context-aware…
npx screenpipe recordMemory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
pip install cognee