Skip to main content
Glama

Neo4j MCP Clients & Servers

pr-mcp-neo4j-cloud-aura-api.yml981 B
name: MCP Neo4j Cloud Aura API Tests on: push: branches: [ main, master ] paths: - 'servers/mcp-neo4j-cloud-aura-api/**' pull_request: branches: [ main, master ] paths: - 'servers/mcp-neo4j-cloud-aura-api/**' workflow_dispatch: # Allows manual triggering of the workflow jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: ['3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@v3 - name: Set up Python 3.12 uses: actions/setup-python@v4 with: python-version: '3.12' - name: Install UV run: | curl -LsSf https://astral.sh/uv/install.sh | sh echo "$HOME/.cargo/bin" >> $GITHUB_PATH - name: Install dependencies run: | cd servers/mcp-neo4j-cloud-aura-api uv venv uv pip install -e ".[dev]" - name: Run tests run: | cd servers/mcp-neo4j-cloud-aura-api ./test.sh

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/neo4j-contrib/mcp-neo4j'

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