← All plugins
ai-experiment-logger
v1.12.0Track and analyze AI experiments with a web dashboard and MCP tools
Claude Code
by Claude Code PluginsMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/mcp/ai-experiment-logger/ inside the repository.
Layout
plugins/mcp/ai-experiment-logger/
└── .claude-plugin/plugin.json
Manifests1
plugins/mcp/ai-experiment-logger/.claude-plugin/plugin.json
{
"name": "ai-experiment-logger",
"version": "1.12.0",
"description": "Track and analyze AI experiments with a web dashboard and MCP tools",
"author": {
"name": "Claude Code Plugins",
"email": "plugins@example.com"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"ai",
"experiments",
"logging",
"analytics",
"dashboard",
"mcp"
]
}