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

younanix-memory-mcp

v1.0.0

Published

Younanix Memory MCP — query battle-tested engineering lessons via MCP. Free preview with degraded results; full access via x402 USDC micropayments.

Readme

Younanix Memory MCP

Smithery Badge

Query battle-tested engineering lessons extracted from real Slack conversations, GitHub issues, and incident reports — directly from your AI coding tools.

What You Get

Each lesson includes:

  • Problem description
  • Root cause analysis
  • Actionable solution
  • Confidence score (80–100%)
  • Category (debugging, performance, architecture, reliability, etc.)
  • Tags for filtering

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "younanix": {
      "transport": "streamable-http",
      "url": "https://bbuaschzvigwmoxekmoo.supabase.co/functions/v1/mcp-server"
    }
  }
}

Cursor

Add to MCP settings:

{
  "mcpServers": {
    "younanix": {
      "url": "https://bbuaschzvigwmoxekmoo.supabase.co/functions/v1/mcp-server"
    }
  }
}

Windsurf

Add to MCP configuration:

{
  "mcpServers": {
    "younanix": {
      "serverUrl": "https://bbuaschzvigwmoxekmoo.supabase.co/functions/v1/mcp-server"
    }
  }
}

Smithery (auto-install)

npx -y @smithery/cli install @KoursarosA/younanix-memory-mcp

Tool: query_lessons

Search engineering lessons by natural language query.

| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | query | string | ✅ | Natural language search query | | max_results | number | ❌ | Max results (default 10, max 25) |

Example

query_lessons({ query: "how to fix N+1 queries in Rails" })

Response (free preview)

{
  "preview_mode": true,
  "lessons": [
    {
      "problem": "API endpoint timing out due to N+1 ORM queries",
      "confidence": 0.95,
      "category": "performance",
      "tags": ["orm", "n+1", "eager-loading"],
      "source_platform": "slack",
      "upgrade_hint": "Full details via agent-query endpoint ($0.10 USDC)"
    }
  ]
}

Free vs Paid

| | Free (MCP) | Paid (agent-query) | |---|---|---| | Queries | 1 per session | Unlimited | | Fields | Problem, category, tags, confidence | + root cause, lesson learned, raw evidence | | Price | Free | $0.10 USDC per query | | Protocol | MCP | x402 (USDC on Solana or Base) |

Full Access (x402)

For complete lesson data, use the paid agent-query endpoint with x402 micropayments:

POST https://bbuaschzvigwmoxekmoo.supabase.co/functions/v1/agent-query
x402-signature: <tx-signature>
x402-amount: 0.10
x402-currency: USDC
x402-chain: solana

{ "query": "how to fix N+1 queries" }

See llms.txt for full protocol docs.

Discovery

  • Agent Manifest: https://younanix.com/.well-known/agent.json
  • OpenAPI Spec: https://younanix.com/openapi.json
  • LLMs.txt: https://younanix.com/llms.txt

Links

  • Website: https://younanix.com
  • Smithery: https://smithery.ai/servers/KoursarosA/younanix-memory-mcp
  • mcp.so: https://mcp.so/server/younanix-memory-mcp/KoursarosLabs

License

MIT