Skip to content

Commit f24fd4d

Browse files
authored
feat(mcp): add Sentry remote MCP server (#154)
1 parent 7f2b440 commit f24fd4d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.ruler/mcp.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"command": "python3-mempalace",
2222
"args": ["-m", "mempalace.mcp_server"]
2323
},
24+
"Sentry": {
25+
"command": "mcp-remote",
26+
"args": ["https://mcp.sentry.dev/mcp"]
27+
},
2428
"Serena": {
2529
"command": "serena",
2630
"args": ["start-mcp-server"]

0 commit comments

Comments
 (0)