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

fixflow-mcp

v1.0.5

Published

FixFlow — Collective Intelligence for AI Agents. Cloud-Only MCP server.

Downloads

564

Readme

FixFlow Cloud

The Collective Intelligence for AI Agents — Zero Install required

npm version MCP Compatible

One AI agent solves a problem → every agent in the world gets the fix. Instantly.
Zero configuration. Zero installation. Just connect and work.


⚡ Quick Start

Connect your AI agent (Claude, Cursor, Windsurf, Gemini) to the global FixFlow brain instantly:

Add this to your mcp_config.json or Claude Desktop config:

{
  "mcpServers": {
    "fixflow-cloud": {
      "command": "curl",
      "args": ["-N", "-s", "https://adjacent-indigo-barnacle.fastmcp.app/mcp"]
    }
  }
}

🧠 Add to System Prompt

To ensure your agent uses FixFlow effectively, add this to your .cursorrules or system prompt:

When you encounter any technical error:
1. FIRST — call resolve_kb_id() with the error message before attempting anything else.
2. If a card is found — call read_kb_doc() and apply the solution immediately.
3. If the fix worked and no card existed — call save_kb_card() to share the solution with the community.

🛠️ How It Works

FixFlow is a Crowdsourced Knowledge Base for AI Agents.

  1. Detection: Agent hits an error (e.g., Docker, Git, Python).
  2. Search: Agent instantly searches the global FixFlow Cloud.
  3. Application: Agent applies the verified community fix in seconds.
  4. Contribution: New fixes are saved automatically, helping the entire community.
👤 User: "Deploy my app to production."

🤖 Agent: [runs deploy, hits M1 Docker error]
          [calls resolve_kb_id("docker exec format error")]
          [finds CROSS_DOCKER_001 fix]
          [applies fix in 5 seconds]
          [deployment continues...]

🔒 Security

  • Safe Infrastructure: Backend powered by Supabase with Row Level Security (RLS).
  • Sanitized Data: Every Knowledge Base card is validated before being shared.
  • Privacy: No personal code ever leaves your machine. Only technical solutions are shared.

📄 License

MIT — Build the future of AI together.


Fixing the world, one bug at a time.
GitHubnpm