MCPs tagged with sqlite
-
Crypto Portfolio MCP
Real-time crypto portfolio management and analysis via MCP.
Crypto Portfolio MCP is an MCP server that enables users and AI agents to track, manage, and optimize cryptocurrency portfolio allocations with live Binance price integration. It allows querying of portfolio status, addition of holdings, price fetching, value history chart generation, and portfolio analysis suggestions. The server provides persistent storage using SQLite and exposes API-like tools for seamless interaction through an MCP client. Designed for integration with platforms like Claude Desktop, it facilitates dynamic crypto asset management and insight generation.
- ⭐ 9
- MCP
- kukapay/crypto-portfolio-mcp
-
MCP SQLite Server
A Model Context Protocol server for interacting with SQLite databases.
MCP SQLite Server enables comprehensive interaction with SQLite databases via the Model Context Protocol. It allows users to perform full CRUD operations, explore database schema, and execute custom SQL queries in a standardized, MCP-compatible way. Designed for integration with modern IDEs, it streamlines database management and introspection for developers and AI model workflows.
- ⭐ 65
- MCP
- jparkerweb/mcp-sqlite
-
SQLite Explorer MCP Server
Secure, read-only access to SQLite databases for LLMs via the Model Context Protocol.
SQLite Explorer MCP Server provides a safe, read-only interface to SQLite databases using the Model Context Protocol (MCP). Built with the FastMCP framework, it enables large language models to explore, query, and retrieve database schema information with robust safety and validation mechanisms. The server exposes structured tools such as read_query, list_tables, and describe_table, ensuring secure and reliable access to database contents. Designed for integration with platforms like Claude Desktop and Cline VSCode Plugin.
- ⭐ 93
- MCP
- hannesrudolph/sqlite-explorer-fastmcp-mcp-server
-
anyquery
Universal SQL query engine for files, databases, apps, and LLM integration.
Anyquery is a SQL query engine that enables users to run SQL queries on a wide array of data sources, including files, databases, and popular applications via plugins. It supports integrations with large language models (LLMs) through the Model Context Protocol (MCP), providing seamless access for AI models to query data. Built on SQLite, it extends functionality with a plugin system and can also function as a MySQL server for compatibility with conventional SQL clients. Its flexible installation options and broad plugin ecosystem allow extensive customization and integration.
- ⭐ 1,298
- MCP
- julien040/anyquery