File tree Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Expand file tree Collapse file tree 1 file changed +68
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " mcp-notify" ,
3+ "display_name" : " MCP Notify" ,
4+ "description" : " MCP Notify is a server that sends notifications to the user." ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/aahl/mcp-notify"
8+ },
9+ "author" : {
10+ "name" : " aahl"
11+ },
12+ "license" : " MIT" ,
13+ "categories" : [
14+ " Messaging" ,
15+ " System Tools"
16+ ],
17+ "tags" : [
18+ " mcp" ,
19+ " mcp-server" ,
20+ " notifications"
21+ ],
22+ "arguments" : {
23+ "DISCORD_WEBHOOK_URL" : {
24+ "description" : " Discord webhook URL" ,
25+ "required" : false ,
26+ "example" : " https://discord.com/api/webhooks/..."
27+ },
28+ "NTFY_URL" : {
29+ "description" : " Ntfy server URL" ,
30+ "required" : false ,
31+ "example" : " https://ntfy.sh/your-topic"
32+ }
33+ },
34+ "tools" : [
35+ {
36+ "name" : " notify" ,
37+ "description" : " Sends a notification to the user." ,
38+ "inputSchema" : {
39+ "type" : " object" ,
40+ "properties" : {
41+ "message" : {
42+ "type" : " string" ,
43+ "description" : " The message to send."
44+ },
45+ "title" : {
46+ "type" : " string" ,
47+ "description" : " The title of the notification."
48+ }
49+ },
50+ "required" : [
51+ " message"
52+ ]
53+ }
54+ }
55+ ],
56+ "installations" : {
57+ "npm" : {
58+ "type" : " npm" ,
59+ "command" : " npx" ,
60+ "args" : [
61+ " @mcp/notify"
62+ ],
63+ "recommended" : true
64+ }
65+ },
66+ "is_official" : false ,
67+ "is_archived" : false
68+ }
You can’t perform that action at this time.
0 commit comments