We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pimisael/fis-recommender-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test.sh•385 B
#!/bin/bash
# Quick test for FIS Recommender MCP Server
echo "Testing FIS Recommender MCP Server..."
echo ""
# Test finding
cat << 'EOF' | python3 ~/fis-recommender-mcp/server.py
{"method": "tools/list"}
EOF
echo ""
echo "✅ MCP Server is working!"
echo ""
echo "To use in Kiro CLI, restart your session and try:"
echo " 'Recommend FIS experiments for a network latency finding'"