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

@vantageos/mcp-frameworks

v1.0.5

Published

MCP server: 16 thinking frameworks (SWOT, OKR, 5 Whys, Cynefin…) as 5 composable tools. Apply, chain, suggest. Bilingual FR+EN. stdio, no API key.

Downloads

654

Readme

@vantageos/mcp-frameworks

MCP server exposing 16 canonical thinking frameworks for AI agents and humans. Bilingual FR+EN by design.

Version: 1.0.3 — GA (2026-04-26)

About

Most AI agents think in paragraphs. This server makes them think in frameworks.

@vantageos/mcp-frameworks gives any MCP-compatible agent access to 16 canonical thinking frameworks — Design Thinking, Lean Startup, SWOT, OKR, MECE, First Principles, 5 Whys, Eisenhower Matrix, RACI, OODA, BCG Matrix, Porter 5 Forces, Pareto 80/20, Hofstede, Cynefin, McKinsey 7S — with full bilingual FR+EN support from day one.

What it does

Five tools, each with a clear job:

| Tool | What you get | |---|---| | list_frameworks | All 16 frameworks with one-line descriptions, filterable by category (strategy, innovation, decision, communication). | | get_framework | Full canvas, structured steps, application prompts, and seed examples for a specific framework. | | apply_framework | Pass a real problem. Get back a section-by-section structured analysis with a recommendation and caveats. | | suggest_framework | Describe your context and goal (analyze, decide, plan, communicate, innovate). Get the top 1-3 framework matches with scored rationale. | | compose_workflow | Chain 2-3 frameworks into a sequenced workflow — e.g., 5 Whys → Eisenhower → OKR — applied to a single problem. |

Who it is for

  • Developers building AI agents that reason about strategy, decisions, or architecture
  • Product managers and consultants who want structured outputs instead of freeform summaries
  • French-speaking Claude Code users — the first FR-native MCP server in this space

Why this, not a plain prompt

A prompt gives you a framework name. This server gives you the canvas, the steps, the locale-switched prompts, and the chaining logic — structured, validated, and reproducible across sessions.

Quick Start

npx -y @vantageos/mcp-frameworks

Add to mcp.json:

{
  "mcpServers": {
    "vantage-frameworks": {
      "command": "npx",
      "args": ["-y", "@vantageos/mcp-frameworks"]
    }
  }
}

No API key. No account. Restart your MCP client and ask: "What frameworks do you have for deciding between two product paths?"

Examples

Strategy: Ask apply_framework with framework_id: "swot" and your company situation. Get a section-by-section SWOT with a prioritized recommendation.

Root cause: Pass a production incident description to apply_framework with framework_id: "5-whys". Get five iterative cause levels and a corrective action.

Chained reasoning: Use compose_workflow with ["5-whys", "eisenhower", "okr"] on an organizational bottleneck. Get a three-step sequenced output: root cause → priority sort → goal setting.

Doctrine Flexibilité — Phase 1 / Phase 2

Phase 1 (current): stdio transport, local install, no API key, no remote server. Phase 2 (planned): HTTP transport for remote deployments + Pro tier workspace scoping. Auth via Polar.sh. Activated based on adoption signal.


MIT License — Author: ElPi Corp / Laurent Perello — Source: github.com/elpiarthera/vantage-frameworks-mcp

Installation

npx -y @vantageos/mcp-frameworks

Configuration

Claude Desktop / Claude Code

{
  "mcpServers": {
    "vantage-frameworks": {
      "command": "npx",
      "args": ["-y", "@vantageos/mcp-frameworks"]
    }
  }
}

Cursor

See examples/cursor.json.

Tools

| Name | Description | |---|---| | list_frameworks | List all 16 frameworks with one-line descriptions, optional category filter. | | get_framework | Get full canvas, steps, and prompts for a specific framework. | | apply_framework | Apply a framework to a user-provided problem and return structured analysis. | | suggest_framework | Recommend the best 1-3 frameworks given a context and goal. | | compose_workflow | Chain 2-3 frameworks into a sequenced workflow on a single problem. |

Catalog (16 frameworks)

design-thinking, lean-startup, swot, okr, mece, first-principles, 5-whys, eisenhower, raci, ooda, bcg-matrix, porter-5-forces, pareto, hofstede, cynefin, mckinsey-7s.

Examples

See examples/ directory.

Authentication

None. Public local MCP server (stdio). No API key required.

Troubleshooting

  1. Server doesn't start — verify Node >= 20 (node --version).
  2. Tool not discovered — restart your MCP client after editing config.
  3. Invalid framework id — check the catalog above (16 IDs, kebab-case).
  4. Locale not switching — pass locale: "fr" explicitly in tool inputs.
  5. Need French docs — see README.fr.md.

License & Attribution

Author : ElPi Corp / Laurent Perello License : MIT Source : https://github.com/elpiarthera/vantage-frameworks-mcp