sqlite-explorer-fastmcp-mcp-server
An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation.
GitHub Stars
84
User Rating
Not Rated
Favorites
0
Views
21
Forks
23
Issues
5
Installation
Installation
Prerequisites
Installation Steps
1. Clone Repository
bash
git clone https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server.git
cd sqlite-explorer-fastmcp-mcp-server
2. Install Dependencies
bash
pip install -r requirements.txt
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Python version and reinstall dependencies.Additional Resources
44
Followers
16
Repositories
1
Gists
0
Total Contributions
The Cyberbro MCP Server is a simple application that extracts Indicators of Compromise (IoCs) from unstructured input and checks their reputation using multiple threat intelligence services. It leverages the Model Context Protocol (MCP) to facilitate interaction with the Cyberbro platform.
The Microsoft Sentinel MCP Server provides read-only access to a Microsoft Sentinel instance, enabling advanced querying, incident viewing, and resource exploration. It serves as a modular and extensible platform for observation-only security operations and analysis. However, it is strictly for test environments and should not be connected to production environments.