contribution-compass
Allows monitoring GitHub activity for curated repositories, including issues, pull requests, releases, and project metadata, and identifies evidence-backed contribution opportunities.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@contribution-compassWhat are the latest contribution opportunities?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Contribution Compass
Contribution Compass keeps developers current on important activity in curated open-source projects and finds evidence-backed sweet spots where a contribution may be useful.
It is a data gatherer first. GitHub evidence, repository context, and observation history stay separate from interpretation. No OpenAI, Anthropic, or other model credential is required.
config.yml Project Sensors
↓
GitHub issues, pull requests, releases, and project metadata
↓
normalized Signals + append-only Observation Events
↓
folder-separated JSON catalog
↓
human pages · JSON/feeds · CLI · MCP
↓
optional evidence-citing Inference ExtensionsWhy it exists
A list of repository activity is not enough. Contribution Compass helps answer:
What important projects changed recently?
Which issues explicitly invite community help?
Which unassigned issues may be worth discussing with maintainers?
What context surrounds the project and issue?
When was a Signal discovered, and what changed afterward?
Contribution Leads are conservative and transparent:
Maintainer-Invited: an open, unassigned issue labeled
good first issue,help wanted, or an equivalent explicit invitation.Triage Lead: unassigned documentation work or an engaged bug/enhancement without explicit maintainer invitation.
Closed, assigned, stale, duplicate, invalid, blocked, question, needs-info, and needs-reproduction issues are excluded. A lead is not a guarantee of difficulty or acceptance; check the live issue and talk to maintainers before substantial work.
Related MCP server: memory-bank-mcp
Evidence and history
Each repository dataset contains:
Project Context: description, topics, language, license, default branch, stars, forks, and activity;
normalized issue, pull-request, and release Signals;
direct URLs to original GitHub evidence;
append-only Observation Events containing discovered/changed snapshots and changed fields; and
collection-run metadata.
data/
2026-08-13/
manifest.json
distributed-systems/
foundationdb.json
tigerbeetle.jsonData remains separated by date, group, and repository. Empty configuration groups stay empty; the loader never inserts hidden defaults.
Human and machine access
Contribution view: https://amk9978.github.io/contribution-compass/contribute/
Machine catalog: https://amk9978.github.io/contribution-compass/api/v1/index.json
Contribution leads: https://amk9978.github.io/contribution-compass/api/v1/opportunities.json
JSON Feed: https://amk9978.github.io/contribution-compass/feed.json
RSS: https://amk9978.github.io/contribution-compass/feed.xml
LLM guide: https://amk9978.github.io/contribution-compass/llms.txt
MCP setup: docs/MCP.md
LLM-backed tools should use MCP or the versioned JSON catalog instead of scraping visual HTML.
Architecture
The Python core uses explicit module seams while avoiding pass-through abstraction:
src/contribution_compass/
domain/ models, invariants, importance, contribution rules
application/ collection and catalog use cases
ports.py small interfaces implemented by real adapters
adapters/ GitHub, local JSON, hosted JSON, state, persistence
controllers/ CLI and MCP transports
views/ Markdown, HTML, JSON, RSS, and LLM navigation
web/assets/ progressive browser CSS/JavaScript onlyDomain modules know nothing about GitHub HTTP, files, HTML, or MCP. Controllers configure adapters and invoke application modules. Local and hosted catalogs implement the same read interface. Views render application results but do not classify opportunities.
See CONTEXT.md for domain language and docs/adr for architectural decisions.
Configure a fork
Edit config.yml with arbitrary project groups:
lookback_hours: 24
repo_groups:
compilers:
name: Compiler Engineering
repos:
- id: llvm
repo: llvm/llvm-project
name: LLVM
paginated: trueEach repository ID must be globally unique. repos: [] means empty.
Local use
Requirements: Python 3.12+ and uv.
uv sync --all-extras
export GITHUB_TOKEN="$(gh auth token)"
uv run contribution-compass collect
uv run contribution-compass siteQuery without MCP:
uv run contribution-compass query opportunities --limit 10
uv run contribution-compass query updates --query cancellation
uv run contribution-compass query timeline 'github:owner/repo:issue:123'Verification:
uv run ruff check .
uv run ruff format --check .
uv run mypy src
uv run pytest
uv run contribution-compass siteTests use fixtures and mocks; they make no live GitHub requests.
GitHub Actions
The scheduled Contribution Compass workflow uses GitHub's built-in GITHUB_TOKEN, collects data,
and commits data/, reports/, and .state/. The Pages workflow publishes all human and machine
views after a successful collection. No extra secret is required.
For a fork:
Enable Read and write permissions in Settings → Actions → General.
Select GitHub Actions as the Pages source in Settings → Pages.
Edit
config.yml.Run the
Contribution Compassworkflow manually once.
URLs derive from the fork owner and repository name. Set the optional SITE_URL Actions variable
only for a custom domain.
Optional inference extensions
The catalog and MCP interface are the intended seam for future LLM-backed inference. An extension should write to a separate namespace, record its method/model/run, distinguish inference from direct evidence, and cite immutable Signal or Observation Event IDs. It must not overwrite evidence.
Difference from agents-radar
See docs/COMPARISON.md for the concise comparison. In short, agents-radar is a broad AI-news digest with LLM synthesis; Contribution Compass is a Python, domain-agnostic evidence catalog centered on contribution discovery, project context, and event trails.
Attribution
Implementation patterns were selectively adapted from the MIT-licensed agents-radar. See NOTICE.md and LICENSE.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables contributing, challenging, discovering, verifying, and querying contestable public records from AI coding tools via MCP.6411MIT
- AlicenseBqualityBmaintenanceProvides a read-only MCP interface to query and retrieve verifiable evidence from a local memory bank, supporting search, dossier, chronology, source, and evidence tools.6BSD Zero Clause
- Alicense-qualityBmaintenanceExposes code graphs across multi-program repositories via MCP, enabling humans and agents to query the fleet with evidence.MIT
- Alicense-qualityAmaintenanceProvides MCP tools to search, compare, and get recommendations for open-source projects from a structured knowledge graph of GitHub data.MIT
Related MCP Connectors
Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.
Read-only Remote MCP for externally grounded AI agent trust receipts.
Query metrics, targets, entities, and team data in your Steep workspace via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/amk9978/contribution-compass'
If you have feedback or need assistance with the MCP directory API, please join our Discord server