Skip to main content
Glama

Okta-mcp-server

.dockerignore615 B
# Git files .git .gitignore # Python cache and virtual environments __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ # Environment files .env .env.sample *.env # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Documentation and images README.md *.md images/ docs/ # Client examples clients/ # Test files tests/ test_*.py *_test.py # Logs *.log logs/ # Build artifacts build/ dist/ *.egg-info/ # Docker files (don't need these inside the container) Dockerfile .dockerignore docker-compose.yml

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/fctr-id/okta-mcp-server'

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