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
- Open Cursor Settings (
Cmd + ,orCtrl + ,). - Navigate to Features -> MCP.
- Click Add New MCP Server.
- Enter the following details:
- Name: Momen MCP
- Type: command
- Command:
npx -y momen-mcp
- 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
- Official Momen Docs
- Quick Start Guide
- Database Configuration
- Actionflow Guide
- AI Agent Tutorial
- Stripe Integration
Note: This tool is designed to assist development within the Momen ecosystem.
