reportcraft for VS Code
io.github.rharper105/reportcraft
Generate Splunk dashboards, reports, and alerts from natural language. No API key required.
client:VS Code
transport:stdio
runtime:npm
Install reportcraft in VS Code
.vscode/mcp.json
{
"servers": {
"reportcraft": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@reportcraft/mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs