We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brockwebb/open-census-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run_test.sh•229 B
#!/bin/bash
# Navigate to knowledge-base directory
cd /Users/brock/Documents/GitHub/census-mcp-server/knowledge-base
# Run the test
echo "🚀 Testing fixed search system..."
python test_fixed_search.py
echo "Test completed."