Route AI API calls through Neurometric for automatic logging and evaluation
Route your AI API calls through Neurometric for automatic logging, evaluation, and analysis.
When you start a Claude Code session with this plugin, it sets environment variables that redirect all AI SDK traffic directly to the Neurometric gateway (api.neurometric.ai). Neurometric logs every request and forwards it to the appropriate upstream provider.
Your Code ──▶ Neurometric Gateway ──▶ OpenAI / Anthropic / etc
│
▼
Automatic logging
git clone https://github.com/neurometric/claude-code-plugin ~/.claude/plugins/neurometric
export NEUROMETRIC_API_KEY="sk_live_your-api-key"
claude --plugin-dir ~/.claude/plugins/neurometric
The plugin automatically configures these environment variables:
| SDK | Environment Variables |
|---|---|
| OpenAI | OPENAI_BASE_URL, OPENAI_API_KEY |
| Anthropic | ANTHROPIC_BASE_URL, ANTHROPIC_API_KEY |
| Cohere | COHERE_API_URL, COHERE_API_KEY |
| Mistral | MISTRAL_SERVER_URL, MISTRAL_API_KEY |
| Groq | GROQ_BASE_URL, GROQ_API_KEY |
| Together | TOGETHER_BASE_URL, TOGETHER_API_KEY |
All point to https://api.neurometric.ai with your Neurometric API key.
Check status:
/neurometric status
View recent captures:
/neurometric replay [count]
Get cost optimization recommendations:
/neurometric optimize [--captures | --scan ./path | --describe "..."]
MIT
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub neurometricai/neurometric-pluginLLM observability tooling for agent development and Claude Code
OpenLit telemetry for Claude Code: sessions, tool calls, edit decisions, and cost rollups.
Enables AI agents to use Braintrust for LLM evaluation, logging, and observability. Provides correct API usage, working examples, and helper scripts for common operations.
Track and analyze AI experiments with a web dashboard and MCP tools
TrueFoundry AI Gateway plugin — onboarding, model routing, MCP servers, prompts, Skills Registry workflows, observability, guardrails, and codebase migration. Works across Claude Code, Codex, and Cursor.
Observability platform for Claude Code and Agent SDK — monitor, debug, and control AI coding agents