Skip to main content
Glama

Agent MCP

test-tui-demo.js2.03 kB
#!/usr/bin/env node // Demo script showing the new TUI features console.log('🎯 Agent-MCP Enhanced TUI Demo\n'); console.log('✅ **COMPLETED ENHANCEMENTS:**'); console.log(''); console.log('🔗 **Colorful Resources (No more terminal spacing issues):**'); console.log(' 🟢 @agent-01 - Active agents (bright green)'); console.log(' 🟡 @agent-02 - Working agents (yellow)'); console.log(' 🔵 @agent-03 - Ready agents (blue)'); console.log(' 🔴 @admin - Admin tokens (bright red)'); console.log(' 🟪 @monitor-token - Monitor tokens (magenta)'); console.log(' 🌐 @tmux-session - Attached tmux (bright green)'); console.log(' ❌ @inactive-session - Detached tmux (red)'); console.log(''); console.log('🌐 **Port Selection & Availability:**'); console.log(' • Automatic port conflict detection'); console.log(' • Real-time port availability checking'); console.log(' • Custom port input with validation'); console.log(' • Smart port recommendations (3001, 8000, etc.)'); console.log(''); console.log('📋 **Named Configuration System:**'); console.log(' • Save configurations with custom names'); console.log(' • Load saved configurations instantly'); console.log(' • Delete unwanted configurations'); console.log(' • Auto-timestamps and usage tracking'); console.log(''); console.log('🔑 **Enhanced API Key Management:**'); console.log(' • Direct TUI configuration of OpenAI keys'); console.log(' • Secure password-masked input'); console.log(' • Real-time validation and format checking'); console.log(' • Immediate environment variable reloading'); console.log(''); console.log('🤖 **SwarmCode MCP Support Added:**'); console.log(' • All 4 CLI agents now have full MCP support'); console.log(' • Claude, Gemini, LLXprt, SwarmCode'); console.log(' • Automatic MCP server registration'); console.log(''); console.log('🚀 **Ready to test!**'); console.log('Run: npm run server'); console.log(' (Uses new practical TUI with all enhancements)');

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rinadelph/Agent-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server