Available now

GitHub MCP server with OAuth

Connect GitHub once and any agent can search repositories, read issues and file new ones through a single Selat credential. OAuth, refresh and pagination stay on our side.

What agents do with it

Call it

curl -s -X POST https://api.selat.weekndlabs.com/v1/tools/github__list_issues/call \
  -H "Authorization: Bearer slt_live_..." \
  -H 'content-type: application/json' \
  -d '{"owner":"selat","repo":"selat","state":"open"}'

The same tool is on POST /mcp under the name github__list_issues. One credential serves both surfaces.

Start free