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

momen-mcp

v1.0.8

Published

MCP server for Momen.app

Readme

Momen MCP Server

The official Model Context Protocol (MCP) server for Momen. This server bridges your AI assistants (like Cursor, Claude Desktop) with your Momen projects, enabling deep context awareness for smarter no-code development assistance.

✨ Features

  • Project Insight: Access comprehensive project schemas, including Data Models, Action Flows, APIs, and configurations.
  • Seamless Management: Fuzzy search and switch between your Momen projects effortlessly.
  • Secure Context: OAuth-based authentication with persistent session management.
  • AI Integration: Empower your AI tools to understand your specific Momen project structure.

🚀 Quick Start

Setup in Cursor

  1. Open Cursor Settings (Cmd + , or Ctrl + ,).
  2. Navigate to Features -> MCP.
  3. Click Add New MCP Server.
  4. Enter the following details:
    • Name: Momen MCP
    • Type: command
    • Command: npx -y momen-mcp
  5. Save and check the connection status.

Setup in Claude Desktop

Add the following configuration to your Claude Desktop config file (typically at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "momen": {
      "command": "npx",
      "args": ["-y", "momen-mcp"]
    }
  }
}

🛠️ Available Tools

Once connected, your AI assistant can use the following tools:

  • get_projects: Search your Momen projects with fuzzy matching and pagination.
  • set_current_project: Set the active project context for subsequent operations.
  • get_project_schema: Retrieve the detailed schema of the current or specified project (Data Model, Action Flows, etc.).
  • reauth: Trigger OAuth re-authentication if the session expires.
  • set_current_working_directory: Internal tool to manage workspace context.

🔒 Security

On first use, the server will launch a browser window for secure OAuth authentication with Momen. Tokens are stored securely on your local machine.

🏗️ What is Momen?

Momen is a next-generation full-stack no-code platform with a powerful backend designed for headless use. While Momen provides a visual editor for building complete applications, its backend can be used independently as a Backend-as-a-Service (BaaS) for custom frontend development.

Why Use Momen as BaaS?

Enterprise-Grade PostgreSQL - Powerful relational database with full ACID compliance
Auto-Generated GraphQL API - Your data model automatically becomes a type-safe GraphQL schema
Built-in Backend Logic - Actionflows for complex workflows without writing backend code
Native AI Integration - Built-in AI agents with RAG, tool use, and structured output
Third-party API Relay - Import OpenAPI specs, use as backend relay with authentication
Stripe Integration - Native payment processing for subscriptions and one-time charges
File Storage - Image and binary asset management with CDN
Authentication - Built-in user management with JWT tokens
Real-time Subscriptions - WebSocket support via GraphQL subscriptions
Predictable Pricing - Project-based pricing, no per-request charges

🔗 Links

📖 Additional Resources

Momen Documentation


Note: This tool is designed to assist development within the Momen ecosystem.