id = "sqlite-mcp" name = "SQLite" description = "Query and manage local SQLite databases through the MCP server" category = "data" icon = "💾" tags = ["database", "sql", "relational", "sqlite", "local", "embedded"] [transport] type = "stdio" command = "npx" args = ["@modelcontextprotocol/server-sqlite"] [[required_env]] name = "SQLITE_DB_PATH" label = "SQLite Database Path" help = "Absolute path to the SQLite database file (e.g., /home/user/data/mydb.sqlite)" is_secret = false get_url = "" [health_check] interval_secs = 60 unhealthy_threshold = 3 setup_instructions = """ 1. Locate the SQLite database file you want to connect to on your local filesystem. 2. Enter the absolute path to the database file in the SQLITE_DB_PATH field above. 3. Ensure the file has appropriate read/write permissions for the OpenFang process. """