ai.voxell/forge
NPM · @VOXELL/FORGE-MCP · SCANNED AUG 3
MCP server for Forge, Voxell's hosted text-embedding API. Tools: embed and list_models.
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 Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to VoxellInc/forge-mcp). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 64 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 272 tokens (~136/item across 2 items; 2 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
- Structured output schemas are declared (100% of tools); any adoption earns full credit.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 · @voxell/forge-mcp
claude mcp add ai-voxell-forge -- npx -y @voxell/forge-mcp
codex mcp add ai-voxell-forge -- npx -y @voxell/forge-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ai-voxell-forge": {
"type": "local",
"command": [
"npx",
"-y",
"@voxell/forge-mcp"
],
"enabled": true
}
}
} openclaw mcp add ai-voxell-forge --command npx --arg -y --arg @voxell/forge-mcp
mcp_servers:
ai-voxell-forge:
command: "npx"
args: ["-y", "@voxell/forge-mcp"] {
"mcpServers": {
"ai-voxell-forge": {
"command": "npx",
"args": [
"-y",
"@voxell/forge-mcp"
]
}
}
} 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.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +58
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Provenance: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- The attested source repository moved: VoxellInc/forge-mcp security
- Maintenance: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Schema quality: unverified → excellent ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Stability: unverified → 0.23 ▲ functional
- Licence: MIT functional
- 1 Aug 26 −29
- 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 +24
- Malware scan: pass → unverified ▼ security
- Provenance: unverified → pass ▲ security
- Install scripts: unverified → pass ▲ security
- The attested source repository moved: VoxellInc/forge-mcp security
- Dependency health: partial → unverified ▼ functional
- Maintenance: unverified → pass ▲ functional
- License: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 29 Jul 26 −20
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 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 3 Aug 2026 · Analysed npm/@voxell/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- VoxellInc/forge-mcp
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/VoxellInc/forge-mcp/.github/workflows/publish.yml@refs/tags/v0.1.5
- Rekor log index:
- 1675880720
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:1e56dfb2ba79385855bafe6225ea0486cd006bbbb45e9533a979c84ca9eb1233b6bb27f792f8c2332ea0998ab8a3a2ef8b410da2bcd5f1da29d6e5a66
- Discovery method:
- attestation_endpoint
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 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.
embed Embed text with Forge ~245
Generate vector embeddings for one or more texts with Forge (Voxell's hosted embedding API). Use it to turn text into vectors for semantic search, RAG, clustering, or similarity. Set input_type='query' for search queries and 'document' for content you index. Choose model by quality/cost: turbo (1024d, fast, default) -> pro (2560d) -> ultra (4096d, #4 on MTEB English, top usable). Optionally set dim to truncate (Matryoshka, re-normalized).
| Name | Type | Req | Description |
|---|---|---|---|
| dim | integer | — | Truncate to N dimensions (Matryoshka, re-normalized) — fewer dims = smaller, cheaper vectors. Omit for the model's native size. |
| input | — | yes | A text, or array of texts, to embed. |
| input_type | string | — | 'query' applies a retrieval prefix; 'document' is raw. Default 'document'. |
| model | string | — | Model by quality/cost: turbo (1024d, fast, default), pro (2560d), ultra (4096d, #4 on MTEB English, top usable). |
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | yes | — |
| dim | number | yes | — |
| embeddings | array | yes | — |
| model | string | yes | — |
| tokens | number | yes | — |
No examples provided.
list_models List Forge embedding models ~27
List the available Forge embedding models and their dimensions. Call this to pick a model before embedding.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| models | array | yes | — |
No examples provided.