Skip to main content
Glama

litmus-mcp-server

run.sh210 B
#!/bin/bash set -e # Start server mcp run src/server.py --transport=sse & SERVER_PID=$! # Start web client python src/web_client.py src/server.py & CLIENT_PID=$! # Wait for both wait $SERVER_PID $CLIENT_PID

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/litmusautomation/litmus-mcp-server'

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