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