Skip to main content
Glama
amk9978

contribution-compass

by amk9978

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 Extensions

Why 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.json

Data remains separated by date, group, and repository. Empty configuration groups stay empty; the loader never inserts hidden defaults.

Human and machine access

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 only

Domain 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: true

Each 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 site

Query 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 site

Tests 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:

  1. Enable Read and write permissions in Settings → Actions → General.

  2. Select GitHub Actions as the Pages source in Settings → Pages.

  3. Edit config.yml.

  4. Run the Contribution Compass workflow 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.

A
license - permissive license
-
quality - not tested
C
maintenance

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables contributing, challenging, discovering, verifying, and querying contestable public records from AI coding tools via MCP.
    6
    41
    1
    MIT
  • A
    license
    B
    quality
    B
    maintenance
    Provides a read-only MCP interface to query and retrieve verifiable evidence from a local memory bank, supporting search, dossier, chronology, source, and evidence tools.
    6
    BSD Zero Clause
  • A
    license
    -
    quality
    A
    maintenance
    Provides MCP tools to search, compare, and get recommendations for open-source projects from a structured knowledge graph of GitHub data.
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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