★ 0 stars
Python
🤖 AI/LLM
Updated 4d ago
UMG Block Library MCP server — connects Claude.ai to the Universal Modular Generation runtime. Exposes sleeve compilation, MOLT Map, IR Graph, active state inspection, and block search across 1,400 canonical blocks. Apache 2.0.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"umg-mcp-server": {
"command": "uvx",
"args": [
"umg-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add umg-mcp-server uvx umg-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"umg-mcp-server": {
"command": "uvx",
"args": [
"umg-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install umg-mcp-server
Topics
ai-governance anthropic claude cognitive-architecture fastmcp mcp mcp-server molt neoblock neostack python sleeve umg