Public listing metadata for LarryBuildsAI hosted MCP servers: GateCheck, Signal Desk, and ResultRail.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"larrybuildsai-mcp-se": {
"command": "npx",
"args": [
"-y",
"LarryLemonBot/larrybuildsai-mcp-servers"
]
}
}
}
Run in terminal:
claude mcp add larrybuildsai-mcp-se npx -y LarryLemonBot/larrybuildsai-mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"larrybuildsai-mcp-se": {
"command": "npx",
"args": [
"-y",
"LarryLemonBot/larrybuildsai-mcp-servers"
]
}
}
}