Skip to main content
Glama

EPICS MCP Server

by eunsang284
.gitignore1.17 kB
# Environment variables and secrets .env .env.local .env.*.local *.env # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ log/ # Temporary files *.tmp *.temp *.bak *.backup # Database *.db *.sqlite *.sqlite3 # Configuration files with sensitive data config.ini secrets.json credentials.json # Test coverage .coverage htmlcov/ .tox/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # pipenv Pipfile.lock # PEP 582 __pypackages__/ # Celery celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # EPICS specific *.dbd *.template *.sub *.cmd *.req *.autosave # IOC Monitor specific *.pid *.lock

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/eunsang284/EPICS-MCP-Server'

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