Skip to main content
Glama

Flutter Inspector MCP Server

makefile600 B
.PHONY: setup setup: flutter pub get && make compile .PHONY: compile compile: @ mkdir -p build && \ dart compile exe bin/main.dart -o build/flutter_inspector_mcp .PHONY: inspect inspect: npx @modelcontextprotocol/inspector build/flutter_inspector_mcp --log-level=debug .PHONY: inspect-verbose inspect-verbose: npx @modelcontextprotocol/inspector build/flutter_inspector_mcp --log-level=debug --verbose # Clean up any background processes .PHONY: cleanup cleanup: @echo "🧹 Cleaning up background processes..." @pkill -f flutter_inspector_mcp_server || true @echo "✅ Cleanup complete"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arenukvern/mcp_flutter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server