mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
9 lines
228 B
JSON
9 lines
228 B
JSON
{
|
|
"mcpServers": {
|
|
"logfire": {
|
|
"description":"Provides access to OpenTelemetry traces and metrics through Logfire.",
|
|
"command": "uvx",
|
|
"args": ["logfire-mcp@latest", "--read-token=YOUR-TOKEN"]
|
|
}
|
|
}
|
|
} |