Stats
Actions
Tags
From flutter-slipstream
Local MCP server for inspecting and debugging Dart applications. Runs as a subprocess using the Dart runtime.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"inspector": {
"command": "dart run ${CLAUDE_PLUGIN_ROOT}/bin/inspector_mcp.dart"
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
dart run ${CLAUDE_PLUGIN_ROOT}/bin/inspector_mcp.dart${CLAUDE_PLUGIN_ROOT}npx claudepluginhub devoncarew/slipstream --plugin flutter-slipstream