Skip to main content
Glama

Government of Canada Open Data MCP Servers

by krunal16-c
activate.sh•779 B
#!/bin/bash # Quick activation script for the Government MCP Server environment # Get the directory where this script is located DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" echo "šŸš€ Activating Government MCP Server environment..." echo " Directory: $DIR" # Activate the virtual environment if [ -f "$DIR/venv/bin/activate" ]; then source "$DIR/venv/bin/activate" echo "āœ“ Virtual environment activated" echo "āœ“ Python: $(python --version)" echo "" echo "Next steps:" echo " - Start server: python -m gov_mcp.server" echo " - Run examples: python examples.py" echo " - Run tests: python test_server.py" else echo "āŒ Virtual environment not found at $DIR/venv" echo "Please run: pip install -e ." exit 1 fi

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/krunal16-c/gov-ca-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server