Connect to GitHub
Muninn runs entirely in your browser and accesses the GitHub API client-side. To get started, provide a Personal Access Token (classic or fine-grained) with access to your repositories, workflows, pull requests, and security details. Your token is stored securely in your browser's local storage.
| Repository | Workflow Name | Triggered By | Event | Status | Actions |
|---|---|---|---|---|---|
| No running workflows found. Connect your token to fetch active actions. | |||||
All Repository Workflows
View latest builds, run new workflows, and cancel current jobs.
| Workflow | Branch | Trigger Event | Status | Last Run Time | Actions |
|---|---|---|---|---|---|
| Select a repository above to display workflows. | |||||
Active Pull Requests
Manage pull requests across all your repositories.
| Repository | Title / PR Info | Author | Checks | Mergeability | Actions |
|---|---|---|---|---|---|
| Connect token to load active pull requests. | |||||
Open Repository Issues
Review and triage issues grouped by repository.
Security Scans & Alerts
Review security alerts, scan warnings, and Dependabot dependencies issues.
| Repository | Alert Details | Severity | Package / Target | Triggered On | Action |
|---|---|---|---|---|---|
| Connect token to pull scanning warnings. | |||||
Repository Stars & Analytics
Sort and organize projects by star count, forks, and updates.
| Repository Name | Description | Primary Language | Forks | Last Updated | Stars |
|---|---|---|---|---|---|
| Connect token to view repository stats. | |||||
Automations & Agent Interface
Expose controls, run routine scripts, and hook up autonomous agents.
Auto-label PRs
Labels pull requests with 'WIP' if they have draft status or are unresolved.
Close Stale Issues
Scans issues that haven't had any activity in 30 days and suggests closing them.
Local Ollama Agent Terminal
Connect to your local Ollama API to run code/issue generation assists.
How to Control with Autonomous Agents
Muninn implements the new **WebMCP standard**! If you are using a browser assistant (like the Gemini Chrome extension or Copilot Sidecar with WebMCP support enabled), the page automatically registers its client-side capabilities.
An AI agent viewing this tab can natively read your actions list, fetch pull requests, and help triage issues without requiring you to share token credentials outside this browser tab context.
| Registered WebMCP Tool | Parameters | Description |
|---|---|---|
list_loaded_repos |
None | Returns a list of all repositories loaded by the user. |
list_pull_requests |
None | Returns active PRs, details, checks status. |
list_issues |
None | Lists open repository issues grouped by repo. |
trigger_action_workflow |
repo, workflow_id, ref |
Triggers a workflow dispatch event. |
Settings & Account Configuration
Configure tokens, dashboard refresh periods, and theme profiles.