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.
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.
pip install sqlite-explorer-fastmcp-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"hannesrudolph-sqlite-explorer-fastmcp-mcp-server-github": {
"command": "uvx",
"args": [
"pip install sqlite-explorer-fastmcp-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from sqlite explorer fastmcp?"
No configuration required. This server works out of the box.
"What resources are available in sqlite explorer fastmcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in sqlite explorer fastmcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in sqlite explorer fastmcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.