unified-pantheon-mcp
v8.0.0
Published
MCP server with self-evolving meta-cognitive capabilities and demon-angel TAS analysis
Downloads
64
Maintainers
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-mcpConfigure 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 frameworkCheck for any emergent capabilities in the current systemSelf-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-mcp2. 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
