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
- Triage inbound issues from a scheduled agent with no personal access token in the prompt
- Search repositories from an MCP client and open the result as an issue in the same turn
- Hand a read only credential to a shared agent so it can report but never write
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.