Skip to content

MCPFlo v0.0.6

Pre-release
Pre-release

Choose a tag to compare

@harshalslimaye harshalslimaye released this 20 Jun 09:12
32d37d6

The first public release of MCPFlo — a visual testing tool for MCP (Model Context Protocol) servers. Connect to any MCP server, browse what it exposes, and inspect its capabilities. Think Postman, but for MCP.

⚠️ Early development. MCPFlo is brand new and moving fast. Connecting and browsing work today; tool calling and visual chains are next on the roadmap. Expect rapid change.

What's in this release

  • Connect over stdio — spawn a local MCP server from a command and args (e.g. npx -y @modelcontextprotocol/server-memory)
  • Connect over Streamable HTTP — point MCPFlo at a remote MCP endpoint
  • Browse capabilities — every tool, resource, and prompt the server exposes, discovered automatically on connect and shown in a navigable tree

Downloads

Platform File
macOS (Apple Silicon) mcpflo-0.0.6-arm64.dmg
Windows (Intel / x64) mcpflo-0.0.6-x64-setup.exe
Windows (ARM64) mcpflo-0.0.6-arm64-setup.exe

macOS Intel and Linux builds aren't included in this release.

Installing on macOS

These builds aren't signed with an Apple Developer ID or notarized yet, so Gatekeeper will warn on first launch. To open:

  1. In Finder, right-click (or Control-click) MCPFlo.app → Open
  2. Click Open in the dialog

macOS remembers this for every launch afterward. (Terminal alternative: xattr -dr com.apple.quarantine /Applications/MCPFlo.app)

Feedback

Found a bug or have an idea? Open an issue: https://github.com/harshalslimaye/mcpflo/issues