Skip to main content
Glama

Bond MCP Server

by madorn
.gitignore1.39 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/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments bond-mcp-env/ venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ # Testing .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # pipenv Pipfile.lock # poetry poetry.lock # 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/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ # Docker .dockerignore # Local development local_config.py test_*.py scratch/ temp/ local_settings.py local_config.py dev_settings.py CLAUDE.md # Bond-specific secrets bond_token.txt bond_config.json # MCP client configs (may contain tokens) claude_desktop_config.json mcp_config.json mcp.json

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/madorn/bond-mcp-server'

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