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

@kitae9999/openlog-cli

v1.1.0

Published

Official OpenLog CLI and MCP server.

Readme

OpenLog CLI

Official CLI and MCP server for OpenLog.

npx -y @kitae9999/openlog-cli login
npx -y @kitae9999/openlog-cli whoami
npx -y @kitae9999/openlog-cli mcp

Local MCP permissions:

openlog mcp permissions
openlog mcp permissions set read-only
openlog mcp permissions set safe-write
openlog mcp permissions set full
openlog mcp permissions reset

safe-write is the default. Permission changes apply after the MCP server is restarted or reloaded.

MCP tool groups:

  • Account and posts: authentication, notifications, authored/liked posts, image upload, post detail, and confirmed publishing
  • Workspace context: workspace discovery, activity, working brief, tasks, logs, todos, memories, outputs, and graph links
  • Safe writes: create/update, todo completion, link creation, image upload, and confirmed output/post publishing
  • Full-only writes: individual workspace-document/link deletes and working-brief clear

MCP client configuration:

{
  "mcpServers": {
    "openlog": {
      "command": "npx",
      "args": ["-y", "@kitae9999/openlog-cli", "mcp"]
    }
  }
}

Set OPENLOG_API_BASE_URL to point at a non-production API. Set OPENLOG_WEB_BASE_URL to control absolute post URLs returned by publish_post. Set OPENLOG_MCP_CONFIG_FILE to replace the default ~/.openlog/mcp-config.json permission file.