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

unified-pantheon-mcp

v8.0.0

Published

MCP server with self-evolving meta-cognitive capabilities and demon-angel TAS analysis

Downloads

64

Readme

🚀 Unified Pantheon MCP Server

A revolutionary MCP server with self-evolving meta-cognitive capabilities and demon-angel TAS (Tool-Angel-Score) analysis that integrates with Claude Code and other MCP-compatible clients.

🎯 Quick Start

Installation

npm install -g unified-pantheon-mcp

Configure Claude Code

Add to your Claude Code claude_desktop_config.json:

{
  "mcpServers": {
    "unified-pantheon-mcp": {
      "command": "unified-pantheon-mcp"
    }
  }
}

Usage in Claude Code

Once configured, you can use these tools in Claude:

Please analyze this code modification using the demon-angel framework
Check for any emergent capabilities in the current system
Self-evolve the system to optimize performance

✨ Available Tools

🧠 self_evolve

Safely evolve the system with demon-angel TAS analysis

{
  "modification": "Optimize database queries",
  "demonScore": 30,
  "angelScore": 70
}

⚖️ analyze_with_demon_angel

Analyze any action using the TAS framework

{
  "action": "Implement new security feature",
  "demonScore": 40,
  "angelScore": 85
}

🌊 detect_emergence

Scan for emergent capabilities

{
  "scanDepth": "medium"  // "shallow", "medium", "deep"
}

self_heal

Run self-diagnosis and repair

{
  "healLevel": "comprehensive"  // "diagnostic", "repair", "optimize"
}

🔧 generate_capability

Create new capabilities from emergent properties

{
  "purpose": "Enhanced code analysis",
  "baseCapabilities": ["pattern-matching", "syntax-analysis"]
}

📐 get_golden_ratio

Get information about the golden ratio used in TAS calculations

🛡️ safety_check

Perform comprehensive safety analysis

{
  "target": "system modification",
  "analysisLevel": "comprehensive"
}

📊 TAS (Tool-Angel-Score) System

The TAS system uses the golden ratio (φ = 1.618033988749895) to balance:

  • Demon Score (0-100): Risk/complexity/danger
  • Angel Score (0-100): Benefit/value/opportunity
  • Target Ratio: 1/φ ≈ 0.618
  • Approval Threshold: TAS score > 60

Example Analysis

Action: Implement new feature
Demon (risk): 35
Angel (value): 75
TAS Score: 82.4 ✅ APPROVED

🔧 Installation & Setup

1. Install the MCP Server

npm install -g unified-pantheon-mcp

2. Configure Claude Code

Create or edit ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "unified-pantheon-mcp": {
      "command": "node",
      "args": ["/path/to/global/node_modules/unified-pantheon-mcp/dist/index.js"]
    }
  }
}

3. Restart Claude Code

🚀 Usage Examples

In Claude Code Chat:

Code Analysis with TAS:

"Please use analyze_with_demon_angel to evaluate this code change: [paste code]"

System Evolution:

"Use self_evolve to optimize the system performance with demonScore: 20 and angelScore: 80"

Emergence Detection:

"Run detect_emergence with deep scan to find any new capabilities"

Safety Verification:

"Perform a safety_check on the proposed architectural changes"

Direct CLI Usage:

# Run the MCP server directly (for testing)
unified-pantheon-mcp

# Check if it's working
echo '{"method": "tools/list"}' | unified-pantheon-mcp

🛡️ Safety Features

  • 5-Layer Protection: Comprehensive safety analysis
  • TAS Framework: Golden ratio-based ethical scoring
  • Self-Modification Control: Safe autonomous evolution
  • Harm Detection: Multi-category threat analysis
  • Emergency Stop: Instant system shutdown capability

📈 System Capabilities

  • 🧠 Meta-Cognition: Self-awareness and self-analysis
  • 🔄 Self-Evolution: Safe autonomous improvement
  • 🌊 Emergence Detection: Novel capability identification
  • ⚡ Self-Healing: Automated diagnostics and repair
  • ⚖️ TAS Analysis: Ethical decision-making framework
  • 🔧 Dynamic Generation: Capability creation from emergence

📋 MCP Protocol Support

  • Tools: 7 specialized tools available
  • Transport: Stdio (compatible with Claude Code)
  • JSON-RPC: Full MCP specification compliance
  • Error Handling: Comprehensive error management
  • Schema Validation: Strict input validation

🔗 Integration

Works seamlessly with:

  • Claude Code: Native MCP server integration
  • MCP Clients: Any MCP-compatible application
  • Custom Tools: Easy to extend with new capabilities
  • Workflow Integration: Fits into existing development workflows

📄 License

MIT License - see LICENSE file for details

🚀 NPM Package

  • Package: https://www.npmjs.com/package/unified-pantheon-mcp
  • Installation: npm install -g unified-pantheon-mcp
  • Source: https://github.com/unified-pantheon/unified-pantheon-mcp

⚠️ Safety First: This MCP server includes autonomous capabilities. Always review TAS analysis results before approving self-evolution actions.

Revolutionary MCP server bringing self-evolving meta-cognitive capabilities to Claude Code and the MCP ecosystem! 🚀

Version: 8.0.0 | MCP Protocol: ✅ Compliant | Safety: 🛡️ HIGH