npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@truealter/mcp-alter-collective

v1.0.2

Published

Alter (collective) MCP server - ALTER's own organisational intelligence layer. 15 MCP tools spanning briefs, signals, decisions, drafts, escalations, metrics, roster, config, ingest, compliance, dev-state, mcp-readiness, token-usage, absence-brief, and pr

Readme

@truealter/mcp-alter-collective

The Alter (collective) MCP server. Organisational intelligence layer for ALTER and any organisation running an Alter (collective) instance.

Part of the ALTER identity protocol.

What this is

A Model Context Protocol server exposing tools for organisational state. State lives in files (or proxies to a remote Alter (collective) instance); tools surface it to agents and editors that speak MCP.

The current tool surface is 15 tools:

  • alter_brief - generate morning/weekly/monthly brief
  • alter_signals - list/get signals (filtered)
  • alter_decisions - search and read the Strategic Decisions Register
  • alter_drafts - list/get/approve/reject draft responses
  • alter_metrics - agent health metrics
  • alter_roster - list active agents and trust tiers
  • alter_config - get/set routing rules and thresholds
  • alter_ingest - ingest a new signal from any adapter
  • alter_compliance - compliance and legal-doc status
  • alter_dev_state - shipped vs not-wired vs not-built code state
  • alter_mcp_readiness - eight-milestone launch readiness view
  • alter_token_usage - model token spend by principal and window
  • alter_absence_brief - standup-as-category deep-dive for an absent principal
  • alter_escalations - get urgent items requiring human attention
  • alter_roster_principals - list principal ~handle identities (HTTP mode only)

Install

The intended path is via the alter CLI:

npm i -g @truealter/cli
alter login
alter pair org-alter

The CLI runs the server under the correct cap-token and identity binding, so each principal sees the surface their ~handle is authorised to see.

Direct npx invocation is supported for advanced agents:

npx @truealter/mcp-alter-collective

Direct invocation requires environment configuration. See MIGRATION.md for the full env-var reference.

Modes

  • local - file-based state from ${ALTER_DATA_DIR} (default).
  • http - proxy to a remote Alter (collective) instance via cap-token.

Mode is selected with ORG_ALTER_HTTP_MODE.

Licence

Apache-2.0. See LICENSE.