20 lines
406 B
JSON
20 lines
406 B
JSON
{
|
|
"mcpServers": {
|
|
"ionos": {
|
|
"url": "https://mcp.ionos.com/mcp",
|
|
"auth": "bearer",
|
|
"bearerTokenEnv": "IONOS_PAT",
|
|
"lifecycle": "lazy"
|
|
},
|
|
"linear": {
|
|
"url": "https://mcp.linear.app/mcp",
|
|
"auth": "oauth",
|
|
"lifecycle": "lazy"
|
|
},
|
|
"sentry": {
|
|
"url": "https://mcp.sentry.dev/mcp",
|
|
"auth": "oauth",
|
|
"lifecycle": "lazy"
|
|
}
|
|
}
|
|
}
|