We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cb6d7 commit 8d39c8eCopy full SHA for 8d39c8e
2 files changed
.claude/settings.json
@@ -1,4 +1,5 @@
1
{
2
+ "enabledMcpjsonServers": ["sentry"],
3
"extraKnownMarketplaces": {
4
"nx-claude-plugins": {
5
"source": {
.mcp.json
@@ -0,0 +1,16 @@
+{
+ "mcpServers": {
+ "sentry": {
+ "command": "infisical",
+ "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