#!/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