We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rwese/mcp-backlog'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-server.sh•292 B
#!/bin/bash
# Test MCP Backlog Server
echo "Testing MCP Backlog Server..."
echo ""
# Test list tools
echo "Request: List Tools"
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' | node dist/index.js
echo ""
echo "If you see tool definitions above, the server is working!"