Concept: server reads a fake git diff → LLM writes a short caption → picks an Imgflip template → you giggle.
modelcontextprotocol/inspector = a developer UI + proxy to test MCP servers over
Streamable HTTP. We'll use it to connect to your server:
https://fmarky-memeops-mcp-server.hf.space/mcp.
Create the config and launch the Inspector:
cat > mcp.json <<'EOF'
{
"mcpServers": {
"memeops": {
"type": "streamable-http",
"url": "https://fmarky-memeops-mcp-server.hf.space/mcp",
"note": "MemeOps MCP server (FastMCP) - via Streamable HTTP"
}
}
}
EOF
npx -y @modelcontextprotocol/inspector --config ./mcp.json
Open the UI at http://127.0.0.1:6274
→ run tools/call for memes.render_for_commit with {"commit_id":"demo-42"}.