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

obsidian-tc

v1.23.2

Published

MCP server for Obsidian — comprehensive tool surface for humans and autonomous agents

Readme

obsidian-tc (server)

MCP server for Obsidian. Comprehensive tool surface for humans and autonomous agents.

This is the main package — published to npm as obsidian-tc.

See the repo root README for project overview and the ARCHITECTURE record for the dispatch pipeline and topology.

Status

Shipped — v1.23.2. The full tool surface (163 tools across 31 domains, milestones M0–M7) is implemented and released. Built on Bun + Hono with Zod 4 schemas; runs under Node >=24 (the test suite runs vitest under Node for node:sqlite).

npm install -g obsidian-tc
obsidian-tc /path/to/vault            # zero-config: single vault "main", all defaults
obsidian-tc serve ./config.json       # or a config file (multi-vault, auth, ACLs, embeddings)

CLI commands

Beyond serve, the CLI ships an offline command family that runs against the same config + caches (no server needed):

| Command | What it does | | --- | --- | | config show / validate | Print the effective config (secrets redacted) / validate it | | plugin install --vault <p> | Copy the companion plugin into a vault | | cluster [--k N] | Recompute chunk clusters for diversified retrieval | | activation-recompute | Fold the retrieval log into ACT-R activation scores | | citation-infer --transcript <f> | Stamp cited_in_response + citation_state on retrieval events from a session transcript. --allow-uncertain lets the judge abstain — dark by default: it changes the judge prompt and moves abstentions out of the citation count | | contribution-report | Per-note output-contribution report (top contributors + dead-retrieved) | | prefetch [--vault id] [--ttl-hours N] | Prewarm the session-bootstrap context cache (TTL enforced at read) | | densify-llm [--vault id] | LLM Pass-3 semantic-edge densification via the local gateway (graph densification, experimental; refuses if no gateway resolves) | | reflect [--max-judged N] | Sleep-time pass: stamp episode eligibility + update the preference profile | | metrics [--since ms] [--until ms] [--json f] | Knowledge-health scorecard from the derive layer | | gaps --queries <f> / --calibrate <golden.yaml> | Knowledge-gap detector / threshold calibration | | forget (--episode <id> \| --note <rel>) [--erase] / --verify | Dependency-aware deletion + hash-chained audit | | context-export --out <f> [--vault id] | Export the derived plane (preferences, episodes, note_quality, retrieval feedback, forget_log) as a versioned, vendor-neutral JSON bundle | | context-import <bundle> [--vault id] [--dry-run] | Import a context-export bundle. --vault remaps the bundle's vault-scoped rows to the target vault (refuses a multi-source-vault bundle); forget always wins over import |