Skip to main content
Glama

Apache AGE MCP Server

by veloper
.gitignore1.09 kB
# Python-generated files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs debug.log pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ pytestdebug.log # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # pipenv Pipfile.lock # mypy .mypy_cache/ .dmypy.json # Pyre type checker .pyre/ # VS Code .vscode/ # macOS .DS_Store # Project-specific uv.lock # Ignore test output and temp files tmp*/ *.tmp *.log # Ignore local plans and notes plans/ *.md !README.md tests/__pycache__/ src/agemcp/__pycache__/ # Ignore virtual environments .venv/ venv/ ENV/ # Ignore database dumps/backups *.sql *.dump # Ignore secrets .env .env.* !.env.example # Ignore wheel files *.whl # Ignore specific test files unrelated_tests.py

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/veloper/agemcp'

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