ai-playground

llnl/ai-playground
★ 0 stars Unknown language AI/LLM Updated today
AI Playground is a project designed to improve the visibility and accessibility of AI tooling across the DOE. In this context, "AI tooling" includes MCP servers, agents, skills, and other AI-specific resources.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-playground": {
      "command": "npx",
      "args": [
        "-y",
        "llnl/ai-playground"
      ]
    }
  }
}