mazrean/AI Agent
Execute GitHub Models API with MCP Tools
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 3, 2026
- License
- MIT
Pinned Snippet
uses: mazrean/actions-ai-agent@aca4e5e0aecc36e2b079464550a1a252928806c1 # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| prompt | The prompt for the model | yes | — |
| model | The model to use | no | openai/gpt-4.1 |
| base-url | The base url to use | no | https://models.github.ai |
| system-prompt | The system prompt for the model | no | You are a helpful assistant |
| max-tokens | The maximum number of tokens to generate | no | 4000 |
| token | The token to use | no | ${{ github.token }} |
| mcp-config-file | The MCP config file to use | no | ./.ai-actions/mcp.json |
| memory-db-file | The memory db file to use | no | ./.ai-actions/memory.db |
| timeout | The timeout for the model | no | — |
Outputs
| name | description |
|---|---|
| response | The response from the model |