basalt_mcp
MCP server that lets AI agents inspect live Basalt database connections in a running debug app — schema, table data, and SQL via VM service extensions.
0.1.0
4akloon/basalt_dart
What this package is like to depend on
Last release 1 months ago
22 Jul 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
1 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jul 2026 to Jul 2026Releases
latest 2-
0.1.022 Jul 2026Release notes
Open source →- Requires
basalt >=0.1.0 <0.2.0— the previous lower bound predatedpackage:basalt/devtools_client.dartand broke downgrade analysis. - Added an example (
example/README.md): app instrumentation, MCP host config, and a typical agent session. - No functional changes.
- Requires
-
0.0.120 Jul 2026Release notes
Open source →Initial development release of the
basalt_mcpMCP server.- Stdio MCP server (
basalt_mcpexecutable) usingmcp_dart. - Connect to a running debug app via VM service URI.
- Tools proxying
ext.basalt.*extensions: list instances, schema introspection, table paging, row updates, and raw SQL.
- Stdio MCP server (