初始化提交
Some checks failed
CI / Check / macos-latest (push) Has been cancelled
CI / Check / ubuntu-latest (push) Has been cancelled
CI / Check / windows-latest (push) Has been cancelled
CI / Test / macos-latest (push) Has been cancelled
CI / Test / ubuntu-latest (push) Has been cancelled
CI / Test / windows-latest (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / Secrets Scan (push) Has been cancelled
CI / Install Script Smoke Test (push) Has been cancelled
Some checks failed
CI / Check / macos-latest (push) Has been cancelled
CI / Check / ubuntu-latest (push) Has been cancelled
CI / Check / windows-latest (push) Has been cancelled
CI / Test / macos-latest (push) Has been cancelled
CI / Test / ubuntu-latest (push) Has been cancelled
CI / Test / windows-latest (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled
CI / Security Audit (push) Has been cancelled
CI / Secrets Scan (push) Has been cancelled
CI / Install Script Smoke Test (push) Has been cancelled
This commit is contained in:
28
crates/openfang-extensions/integrations/sqlite-mcp.toml
Normal file
28
crates/openfang-extensions/integrations/sqlite-mcp.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
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.
|
||||
"""
|
||||
Reference in New Issue
Block a user