Skip to content

Commit 8d39c8e

Browse files
committed
chore(repo): add Sentry MCP server config
1 parent 60cb6d7 commit 8d39c8e

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"enabledMcpjsonServers": ["sentry"],
23
"extraKnownMarketplaces": {
34
"nx-claude-plugins": {
45
"source": {

.mcp.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"mcpServers": {
3+
"sentry": {
4+
"command": "infisical",
5+
"args": [
6+
"run",
7+
"--env=production",
8+
"--path=apps/cms/sentry",
9+
"--",
10+
"npx",
11+
"-y",
12+
"@sentry/mcp-server@latest"
13+
]
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)