Skip to main content
Glama

Multi-Agent Communication Platform (MCP)

ChatView.css732 B
.chat-view { height: 100%; display: flex; flex-direction: column; } .chat-header { background-color: #34495e; color: white; padding: 1rem; display: flex; justify-content: space-between; align-items: center; } .chat-header h2 { margin: 0; font-size: 1.3rem; } .channel-id { font-size: 0.85rem; opacity: 0.8; font-family: monospace; } .chat-content { flex: 1; display: flex; overflow: hidden; } .messages-area { flex: 1; overflow-y: auto; padding: 1rem; background-color: #ffffff; } .agents-sidebar { width: 250px; background-color: #f8f9fa; border-left: 1px solid #dee2e6; overflow-y: auto; } .loading, .no-messages { text-align: center; padding: 2rem; color: #6c757d; }

Latest Blog Posts

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/thiagovictorino/chat-mcp'

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