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

@cstack-protocol/mcp

v1.0.1

Published

The official governance layer for the Conscious Stack ecosystem.

Readme

@cstack-protocol/mcp

The official Model Context Protocol (MCP) server for the CSTACK ecosystem. CSTACK MCP (powered by the CSTACK Engine) acts as an architectural substrate that monitors, audits, and validates the tool-stacks used by human operators and autonomous agents like Pingala.

Technical Overview

The CSTACK MCP implements the 5:3:1 Rule from Conscious Stack Design™ — a structural constraint system designed to minimize cognitive overhead and architectural fragmentation. It provides a standardized interface for LLMs to understand their own operating environment (the "Stack") and prevents "Software Drift."

Key Capabilities

  • Architectural Auditing: Scans project workspaces for .agent and .csp configurations to evaluate structural integrity.
  • CSI (Conscious Stack Index): Provides quantitative metrics on stack health, fragmentation, and "Decision Provenance."
  • Governance Guardrails: Injects real-time constraints into LLM prompts to prevent the unmanaged expansion of tools and dependencies.
  • Hybrid Identity: Operates in Sovereign Mode (Local-only, private) or Collective Mode (Cloud-sync via Convex for pattern registry matching).

Installation

Global CLI (Recommended)

You can run the auditor or configure your environment directly via npx:

# Perform a local architectural audit
npx @cstack-protocol/mcp audit

# Automatically configure Claude Desktop with CSTACK MCP
npx @cstack-protocol/mcp setup-claude

Manual Integration

If you prefer manual configuration in claude_desktop_config.json:

{
  "mcpServers": {
    "cstack": {
      "command": "npx",
      "args": ["-y", "@cstack-protocol/mcp@latest"],
      "env": {
        "CSTACK_API_KEY": "your_api_key_here"
      }
    }
  }
}

Available MCP Tools

| Tool | Description | |------|-------------| | cs_audit | Analyzes the current project workspace for protocol violations. | | validate_stack_change | Simulation tool for evaluating the CSI impact of adding/removing a tool. | | get_governance_context | Injects current maturity levels and architectural constraints into the session. | | analyze_stack | Deep-level analysis of tool categorizations and functional overlap. |


Data Privacy & Sovereignty

The CSTACK MCP is "Anonymous by Design."

  1. Categorical Hashing: In Collective Mode, tool names are never uploaded. Only the Functional Category (e.g., "Vector Database") is sent to the pattern registry.
  2. Local First: All auditing logic runs on your local hardware. Cloud syncing is optional and requires an explicit CSTACK_API_KEY.

License

ISC © 2026 Faiabrand Pte Ltd ("Faiā").