We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lincw/cwa-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test.sh•436 B
#!/bin/bash
echo "Testing CWA MCP Server..."
echo "This will run the server and show basic tool information."
# Run the server and pipe some standard JSON input to test it works
echo '{
"jsonrpc": "2.0",
"id": "test",
"method": "listTools",
"params": {}
}' | node cwa-server.js
echo "If you see tool information above, the server is working correctly!"
echo "You can now set up the server with Claude Desktop using setup.sh"