basalt_mcp 0.1.0
basalt_mcp: ^0.1.0 copied to clipboard
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.
basalt_mcp #
MCP server for basalt_dart — lets AI agents inspect live Basalt database connections in a running debug app (schema, table data, SQL).
dart run basalt_mcp
Register with Cursor, Claude Code, or any MCP host over stdio. The app must call
BasaltDevTools.register(conn) and run in debug/profile mode.
Guide #
See doc/getting_started.md for setup, MCP config, and tool reference.
Tools #
connect · disconnect · list_instances · get_schema · get_table_data · update_row ·
run_sql