sqlite_mcp 0.1.5
sqlite_mcp: ^0.1.5 copied to clipboard
A SQLite extension that integrates the Model Context Protocol (MCP) Rust SDK, enabling SQLite databases to connect to MCP servers and call their tools.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqlite_mcpWith Flutter:
$ flutter pub add sqlite_mcpThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqlite_mcp: ^0.1.5Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sqlite_mcp/sqlite_mcp.dart';