Microsoft 365 Files
NPM · @MINDSTONE/MCP-SERVER-MICROSOFT-FILES · SCANNED AUG 4
Microsoft 365 OneDrive files via Graph: list, search, get, upload, download, share, read text.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security83
- No malware found by supply-chain analysis.Pass
- CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available. View diagnostics → Fail
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency84
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to mindstone/mcp-servers). View diagnostics → Pass
- License check failed: the license (FSL-1.1-MIT) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 31 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability71
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 555 tokens (~42/item across 13 items; 13 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @mindstone/mcp-server-microsoft-files
claude mcp add mindstone-mcp-server-microsoft-files -- npx -y @mindstone/mcp-server-microsoft-files
codex mcp add mindstone-mcp-server-microsoft-files -- npx -y @mindstone/mcp-server-microsoft-files
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mindstone-mcp-server-microsoft-files": {
"type": "local",
"command": [
"npx",
"-y",
"@mindstone/mcp-server-microsoft-files"
],
"enabled": true
}
}
} openclaw mcp add mindstone-mcp-server-microsoft-files --command npx --arg -y --arg @mindstone/mcp-server-microsoft-files
mcp_servers:
mindstone-mcp-server-microsoft-files:
command: "npx"
args: ["-y", "@mindstone/mcp-server-microsoft-files"] {
"mcpServers": {
"mindstone-mcp-server-microsoft-files": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-microsoft-files"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 4 Aug 26 −1
- CVE-2026-69207 affects this package: medium ▼ security
- Known CVEs: partial → fail ▼ security
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +49
- Malware scan: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- The attested source repository moved: mindstone/mcp-servers security
- License: unverified → fail ▼ functional
- Stability: unverified → 0.20 ▲ functional
- Maintenance: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Dependency health: unverified → partial ▲ functional
- Licence: FSL-1.1-MIT functional
- 1 Aug 26 −2
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 4 Aug 2026 · Analysed npm/@mindstone/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- mindstone/mcp-servers
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/mindstone/mcp-servers/.github/workflows/release.yml@refs/heads/main
- Rekor log index:
- 2062948484
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:6255d476ecf4fdd27b9bce0f550c4001efe3d9fc404fbfb101328cbe3ba9e5937342d28f86072cea5891a5bba3dd3416d774a7c2bfe713eb19f700522
- Discovery method:
- attestation_endpoint
Vulnerabilities 1 finding
| ID | CVE | Severity | Vector | Fix available |
|---|---|---|---|---|
| GHSA-8j4g-w8fx-2239 | CVE-2026-69207 | medium | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L | yes |
Dependencies 105 packages
105 packages in the resolved dependency tree · 102 deprecated · 33 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
copy_file ~55
Copy a file or folder to a new location.
| Name | Type | Req | Description |
|---|---|---|---|
| destinationPath | string | — | Destination folder path |
| newName | string | — | Optional new name |
| sourcePath | string | — | Current file/folder path or ID |
No output schema declared.
No examples provided.
create_folder ~36
Create a new folder in OneDrive.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | — | Full path for new folder (e.g., "/Documents/NewFolder") |
No output schema declared.
No examples provided.
delete_file ~31
Delete a file or folder from OneDrive.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | — | File/folder path or item ID |
No output schema declared.
No examples provided.
download_file ~33
Get a download URL for a file (valid for short period).
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | — | File path or item ID |
No output schema declared.
No examples provided.
get_file ~29
Get metadata for a specific file or folder.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | — | File path or item ID |
No output schema declared.
No examples provided.
get_recent ~27
Get recently accessed files.
| Name | Type | Req | Description |
|---|---|---|---|
| top | number | — | Max items (default: 25) |
No output schema declared.
No examples provided.
get_shared ~30
Get files shared with you by others.
| Name | Type | Req | Description |
|---|---|---|---|
| top | number | — | Max items (default: 25) |
No output schema declared.
No examples provided.
list_files ~56
List files and folders in OneDrive. Defaults to root folder.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | — | Folder path (e.g., "/Documents") or item ID |
| top | number | — | Max items to return (default: 50) |
No output schema declared.
No examples provided.
move_file ~56
Move a file or folder to a new location.
| Name | Type | Req | Description |
|---|---|---|---|
| destinationPath | string | — | New parent folder path |
| newName | string | — | Optional new name |
| sourcePath | string | — | Current file/folder path or ID |
No output schema declared.
No examples provided.
read_text_file ~47
Read the contents of a text file directly.
| Name | Type | Req | Description |
|---|---|---|---|
| maxSize | number | — | Max bytes to read (default: 100KB) |
| path | string | — | File path or ID |
No output schema declared.
No examples provided.
search_files ~42
Search for files in OneDrive by name or content.
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | — | Search query |
| top | number | — | Max results (default: 25) |
No output schema declared.
No examples provided.
share_file ~58
Create a sharing link for a file or folder.
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | — | File/folder path or ID |
| scope | string | — | Who can access (default: organization) |
| type | string | — | Link type (default: view) |
No output schema declared.
No examples provided.
upload_file ~55
Upload a file to OneDrive (text content only, max 4MB).
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | File content (text) |
| path | string | — | Destination path including filename (e.g., "/Documents/note.txt") |
No output schema declared.
No examples provided.