@pan-sec/notebooklm-mcp 2026.1.4 → 2026.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/MCP-DIRECTORY-LISTINGS.md +184 -0
- package/package.json +3 -1
- package/server.json +20 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
# MCP Directory Listings Tracker
|
|
2
|
+
|
|
3
|
+
Track where `@pan-sec/notebooklm-mcp` is listed and submission progress.
|
|
4
|
+
|
|
5
|
+
**Last Updated:** 2026-01-24
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Current Listings
|
|
10
|
+
|
|
11
|
+
| Directory | Status | URL | Notes |
|
|
12
|
+
|-----------|--------|-----|-------|
|
|
13
|
+
| [Glama.ai](https://glama.ai/mcp/servers) | ✅ Listed | [View Listing](https://glama.ai/mcp/servers/@Pantheon-Security/notebooklm-mcp-secure) | Auto-indexed from GitHub |
|
|
14
|
+
| [awesome-mcp-servers](https://github.com/punkpeye/awesome-mcp-servers) | ⚠️ Partial | chrome-mcp-secure only | Need to add notebooklm-mcp-secure |
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
## Pending Submissions
|
|
19
|
+
|
|
20
|
+
### Priority 1: High Impact
|
|
21
|
+
|
|
22
|
+
#### Official MCP Registry
|
|
23
|
+
- **URL:** https://registry.modelcontextprotocol.io/
|
|
24
|
+
- **Submit via:** PR to https://github.com/modelcontextprotocol/registry
|
|
25
|
+
- **Status:** ⏳ Not submitted
|
|
26
|
+
- **Notes:** Official registry backed by Anthropic, GitHub, Microsoft. High visibility.
|
|
27
|
+
- **Submission Guide:** https://registry.modelcontextprotocol.io/docs
|
|
28
|
+
|
|
29
|
+
#### awesome-mcp-servers (Add notebooklm)
|
|
30
|
+
- **URL:** https://github.com/punkpeye/awesome-mcp-servers
|
|
31
|
+
- **Submit via:** Pull Request
|
|
32
|
+
- **Status:** ⏳ Not submitted
|
|
33
|
+
- **Notes:** Already have chrome-mcp-secure listed. Add notebooklm under "Knowledge & Memory" section.
|
|
34
|
+
- **Entry to add:**
|
|
35
|
+
```markdown
|
|
36
|
+
- [notebooklm-mcp-secure](https://github.com/Pantheon-Security/notebooklm-mcp-secure) - Security-hardened NotebookLM MCP with post-quantum encryption, GDPR/SOC2 compliance, and 14 security layers. Query Google's Gemini-grounded research from Claude/AI agents.
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
#### PulseMCP
|
|
40
|
+
- **URL:** https://www.pulsemcp.com/servers
|
|
41
|
+
- **Size:** 7,900+ servers (largest directory)
|
|
42
|
+
- **Submit via:** Auto-indexed from npm/GitHub or manual submission
|
|
43
|
+
- **Status:** ⏳ Not submitted
|
|
44
|
+
- **Notes:** Check if auto-indexed. If not, contact for listing.
|
|
45
|
+
|
|
46
|
+
### Priority 2: Good Visibility
|
|
47
|
+
|
|
48
|
+
#### MCP.so
|
|
49
|
+
- **URL:** https://mcp.so/
|
|
50
|
+
- **Submit via:** https://github.com/chatmcp/mcpso
|
|
51
|
+
- **Status:** ⏳ Not submitted
|
|
52
|
+
- **Notes:** Popular directory with call ranking leaderboard.
|
|
53
|
+
|
|
54
|
+
#### MCPServers.org
|
|
55
|
+
- **URL:** https://mcpservers.org/
|
|
56
|
+
- **Submit via:** Unknown - check site
|
|
57
|
+
- **Status:** ⏳ Not submitted
|
|
58
|
+
- **Notes:** Has original notebooklm-mcp, not secure fork.
|
|
59
|
+
|
|
60
|
+
#### Smithery.ai
|
|
61
|
+
- **URL:** https://smithery.ai/
|
|
62
|
+
- **Submit via:** Smithery CLI or web submission
|
|
63
|
+
- **Status:** ⏳ Not submitted
|
|
64
|
+
- **CLI:** `npx @anthropic-ai/mcp-registry add`
|
|
65
|
+
|
|
66
|
+
#### mcp-get.com
|
|
67
|
+
- **URL:** https://mcp-get.com/
|
|
68
|
+
- **Submit via:** Package registry submission
|
|
69
|
+
- **Status:** ⏳ Not submitted
|
|
70
|
+
- **Notes:** Package manager style directory.
|
|
71
|
+
|
|
72
|
+
### Priority 3: Niche/Emerging
|
|
73
|
+
|
|
74
|
+
#### Azure API Center
|
|
75
|
+
- **URL:** https://learn.microsoft.com/en-us/azure/api-center/register-discover-mcp-server
|
|
76
|
+
- **Submit via:** Azure portal
|
|
77
|
+
- **Status:** ⏳ Not applicable yet
|
|
78
|
+
- **Notes:** Enterprise Azure integration. Consider for enterprise customers.
|
|
79
|
+
|
|
80
|
+
#### awesome-devops-mcp-servers
|
|
81
|
+
- **URL:** https://github.com/rohitg00/awesome-devops-mcp-servers
|
|
82
|
+
- **Submit via:** Pull Request
|
|
83
|
+
- **Status:** ⏳ Not submitted
|
|
84
|
+
- **Notes:** DevOps focused list. May not be relevant.
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
|
|
88
|
+
## Submission Templates
|
|
89
|
+
|
|
90
|
+
### GitHub PR Template (awesome lists)
|
|
91
|
+
|
|
92
|
+
```markdown
|
|
93
|
+
## Add notebooklm-mcp-secure
|
|
94
|
+
|
|
95
|
+
### Description
|
|
96
|
+
Adding security-hardened NotebookLM MCP server to the Knowledge & Memory section.
|
|
97
|
+
|
|
98
|
+
### Server Details
|
|
99
|
+
- **Name:** notebooklm-mcp-secure
|
|
100
|
+
- **GitHub:** https://github.com/Pantheon-Security/notebooklm-mcp-secure
|
|
101
|
+
- **npm:** @pan-sec/notebooklm-mcp
|
|
102
|
+
- **Category:** Knowledge & Memory / Research
|
|
103
|
+
|
|
104
|
+
### Features
|
|
105
|
+
- Query Google NotebookLM from Claude/AI agents
|
|
106
|
+
- Post-quantum encryption (ML-KEM-768 + ChaCha20-Poly1305)
|
|
107
|
+
- GDPR, SOC2, CSSF compliance tools
|
|
108
|
+
- 14 security hardening layers
|
|
109
|
+
- Gemini Deep Research API integration
|
|
110
|
+
|
|
111
|
+
### Checklist
|
|
112
|
+
- [x] Server is open source
|
|
113
|
+
- [x] Server is actively maintained
|
|
114
|
+
- [x] Server has documentation
|
|
115
|
+
- [x] Server is published on npm
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
### Registry JSON Template
|
|
119
|
+
|
|
120
|
+
```json
|
|
121
|
+
{
|
|
122
|
+
"name": "@pan-sec/notebooklm-mcp",
|
|
123
|
+
"description": "Security-hardened MCP server for NotebookLM with post-quantum encryption and enterprise compliance",
|
|
124
|
+
"repository": "https://github.com/Pantheon-Security/notebooklm-mcp-secure",
|
|
125
|
+
"homepage": "https://github.com/Pantheon-Security/notebooklm-mcp-secure#readme",
|
|
126
|
+
"keywords": [
|
|
127
|
+
"mcp",
|
|
128
|
+
"notebooklm",
|
|
129
|
+
"gemini",
|
|
130
|
+
"security",
|
|
131
|
+
"post-quantum",
|
|
132
|
+
"gdpr",
|
|
133
|
+
"soc2",
|
|
134
|
+
"compliance",
|
|
135
|
+
"claude"
|
|
136
|
+
],
|
|
137
|
+
"categories": ["research", "knowledge", "security"],
|
|
138
|
+
"author": "Pantheon Security",
|
|
139
|
+
"license": "MIT"
|
|
140
|
+
}
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
---
|
|
144
|
+
|
|
145
|
+
## Tracking Progress
|
|
146
|
+
|
|
147
|
+
### Completed
|
|
148
|
+
- [x] Glama.ai - Auto-listed
|
|
149
|
+
|
|
150
|
+
### In Progress
|
|
151
|
+
- [ ] awesome-mcp-servers PR
|
|
152
|
+
- [ ] Official MCP Registry submission
|
|
153
|
+
- [ ] PulseMCP check/submission
|
|
154
|
+
|
|
155
|
+
### Backlog
|
|
156
|
+
- [ ] MCP.so
|
|
157
|
+
- [ ] MCPServers.org
|
|
158
|
+
- [ ] Smithery.ai
|
|
159
|
+
- [ ] mcp-get.com
|
|
160
|
+
|
|
161
|
+
---
|
|
162
|
+
|
|
163
|
+
## Tips for Submissions
|
|
164
|
+
|
|
165
|
+
1. **Timing:** Submit after a notable release (like security updates)
|
|
166
|
+
2. **Description:** Lead with security angle - differentiator from original
|
|
167
|
+
3. **Keywords:** Include "security", "enterprise", "compliance", "post-quantum"
|
|
168
|
+
4. **Screenshots:** Consider adding demo GIFs to README for visual directories
|
|
169
|
+
5. **Stars:** 14 stars shows traction - mention in submissions
|
|
170
|
+
|
|
171
|
+
---
|
|
172
|
+
|
|
173
|
+
## Related Projects to Cross-List
|
|
174
|
+
|
|
175
|
+
Also submit these Pantheon Security MCP servers:
|
|
176
|
+
|
|
177
|
+
| Project | Directories Listed |
|
|
178
|
+
|---------|-------------------|
|
|
179
|
+
| [chrome-mcp-secure](https://github.com/Pantheon-Security/chrome-mcp-secure) | awesome-mcp-servers ✅ |
|
|
180
|
+
| [notebooklm-mcp-secure](https://github.com/Pantheon-Security/notebooklm-mcp-secure) | Glama ✅ |
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
*This document tracks MCP directory listings for visibility and discoverability.*
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pan-sec/notebooklm-mcp",
|
|
3
|
-
"version": "2026.1.
|
|
3
|
+
"version": "2026.1.5",
|
|
4
|
+
"mcpName": "io.github.Pantheon-Security/notebooklm-mcp-secure",
|
|
4
5
|
"description": "Security-hardened MCP server for NotebookLM API with enterprise compliance (GDPR, SOC2, CSSF)",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"bin": {
|
|
@@ -47,6 +48,7 @@
|
|
|
47
48
|
},
|
|
48
49
|
"files": [
|
|
49
50
|
"dist",
|
|
51
|
+
"server.json",
|
|
50
52
|
"README.md",
|
|
51
53
|
"SECURITY.md",
|
|
52
54
|
"LICENSE",
|
package/server.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
+
"name": "io.github.Pantheon-Security/notebooklm-mcp-secure",
|
|
4
|
+
"description": "Security-hardened NotebookLM MCP with post-quantum encryption",
|
|
5
|
+
"version": "2026.1.5",
|
|
6
|
+
"repository": {
|
|
7
|
+
"url": "https://github.com/Pantheon-Security/notebooklm-mcp-secure",
|
|
8
|
+
"source": "github"
|
|
9
|
+
},
|
|
10
|
+
"packages": [
|
|
11
|
+
{
|
|
12
|
+
"registryType": "npm",
|
|
13
|
+
"identifier": "@pan-sec/notebooklm-mcp",
|
|
14
|
+
"version": "2026.1.5",
|
|
15
|
+
"transport": {
|
|
16
|
+
"type": "stdio"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
}
|