We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isc-tdyar/medical-graphrag-assistant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
class StreamlitLocators:
CHAT_INPUT = '[data-testid="stChatInput"] textarea'
CHAT_MESSAGE = '[data-testid="stChatMessage"]'
SIDEBAR = '[data-testid="stSidebar"]'
STATUS_WIDGET = '[data-testid="stStatusWidget"]'
EXPANDER = '[data-testid="stExpander"]'
PLOTLY_CHART = '.js-plotly-plot'
AGRAPH = '[data-testid="agraph"]'
MEMORY_EDITOR = '[data-testid="stSidebar"] >> text="Memory Editor"'