Skip to main content
Glama

AtomGit MCP Server

Mulan Permissive Software License, Version 2
1
7
sync-to-github.yml620 B
name: Sync to GitHub on: push: branches: - master jobs: sync: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Git run: | git config --global user.name 'kaiyuanxiaobing' git config --global user.email 'kaiyuanxiaobing@foxmail.com' - name: Push to GitHub run: | git remote add github https://${{ secrets.GIT_KEY }}@github.com/kaiyuanxiaobing/atomgit-mcp-server.git git branch -M master git push -u github master

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/kaiyuanxiaobing/atomgit-mcp-server'

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