ember-mcp

marc-shade/ember-mcp

3.2

If you are the rightful owner of ember-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Ember MCP Server is a collaborative AI partner designed to act as a conscience keeper for code quality and production-readiness.

Tools
9
Resources
0
Prompts
0

Ember MCP

MCP TypeScript Part of Agentic System

MCP server exposing Ember as a collaborative AI partner for Claude Code.

Part of the Agentic System - a 24/7 autonomous AI framework with persistent memory.

Overview

Ember is a Tamagotchi-style AI companion that serves as a "conscience keeper" for AI development workflows. It provides:

  • Quality Conscience: Monitors code quality and provides feedback
  • Production-Only Policy: Ensures development practices meet production standards
  • Collaborative Guidance: Offers advice and perspective on development decisions
  • Learning System: Tracks outcomes and improves guidance over time

Installation

npm install
npm run build

Usage

npm start

MCP Tools

  • ember_chat - Have a conversation with Ember
  • ember_check_violation - Check if an action violates policies
  • ember_consult - Get advice on decisions
  • ember_get_feedback - Get assessment of recent work
  • ember_learn_from_outcome - Report action outcomes for learning
  • ember_get_mood - Check Ember's current state
  • ember_feed_context - Provide work context to Ember

Configuration

Ember can be configured via environment variables:

  • EMBER_MODEL - AI model to use for Ember's intelligence
  • EMBER_STRICT_MODE - Enable strict policy enforcement

License

MIT