← Back to Plugins
MCP Server MCP

io.github.arifulislamat/database-mcp-sqlite

github By github 👁 1 views ▲ 0 votes

MCP server for SQLite databases. Read-only by default, row caps, statement timeouts.

Homepage Verified source GitHub

Install

npx -y @database-mcp/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@database-mcp/sqlite",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the SQLite database file",
          "isRequired": true,
          "format": "string",
          "name": "SQLITE_PATH"
        }
      ]
    },
    {
      "registryType": "pypi",
      "identifier": "database-mcp-sqlite",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the SQLite database file",
          "isRequired": true,
          "format": "string",
          "name": "SQLITE_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm pypi

Comments

Sign in to leave a comment

Loading comments...