-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathdev.logfire-mcp-uvx.json
More file actions
73 lines (73 loc) · 2.23 KB
/
Copy pathdev.logfire-mcp-uvx.json
File metadata and controls
73 lines (73 loc) · 2.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"$schema": "../schemas/server-definition.schema.json",
"id": "dev.logfire-mcp-uvx",
"name": "Logfire (uvx)",
"alias": "logfire",
"description": "Connect to Pydantic Logfire observability data. Query traces, metrics, and exceptions, run arbitrary SQL against your project, and inspect OpenTelemetry telemetry from your applications.",
"logo": "https://avatars.githubusercontent.com/u/110818415?v=4",
"schema_version": "2.1",
"categories": [
"monitoring"
],
"tags": [
"logfire",
"pydantic",
"observability",
"monitoring",
"tracing",
"opentelemetry",
"metrics"
],
"transport": {
"type": "stdio",
"command": "uvx",
"args": [
"logfire-mcp@latest"
],
"env": {
"LOGFIRE_READ_TOKEN": "${input:LOGFIRE_READ_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "LOGFIRE_READ_TOKEN",
"label": "Logfire Read Token",
"description": "A Logfire read token scoped to the project whose telemetry you want to query. Create one under your Logfire project's Settings > Read Tokens.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "pylf_v1_****************************",
"obtain": {
"url": "https://logfire.pydantic.dev/",
"instructions": "1. Open your project in Logfire\n2. Go to Settings > Read Tokens\n3. Click 'Create read token'\n4. Copy the generated token (starts with pylf_v1_)",
"button_label": "Create Read Token"
}
}
]
}
},
"auth": {
"type": "api_key",
"instructions": "Create a read token in your Logfire project under Settings > Read Tokens, then provide it as LOGFIRE_READ_TOKEN."
},
"contributor": {
"name": "Pydantic",
"github": "pydantic",
"url": "https://pydantic.dev/logfire"
},
"links": {
"repository": "https://github.com/pydantic/logfire-mcp",
"homepage": "https://pydantic.dev/logfire",
"documentation": "https://logfire.pydantic.dev/docs/"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": true
},
"changelog_url": "https://github.com/pydantic/logfire-mcp/releases"
}