Shinryū analytical query plane — DataFusion MCP server for ANSI SQL over all observability signals
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"shinryu-mcp": {
"command": "npx",
"args": [
"-y",
"pleme-io/shinryu-mcp"
]
}
}
}
Run in terminal:
claude mcp add shinryu-mcp npx -y pleme-io/shinryu-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"shinryu-mcp": {
"command": "npx",
"args": [
"-y",
"pleme-io/shinryu-mcp"
]
}
}
}