$ timeahead.in
/ servers/npm/@transcend-io/mcp-server-base
npm

@transcend-io/mcp-server-base

Shared infrastructure for Transcend MCP Server packages.

3 stars23k/wkupdated 1d agogithub ↗
51poor
▣ Overview

What it does

This is a shared infrastructure package for Transcend's MCP server implementations. Rather than exposing tools itself, it provides the foundational TypeScript code—base classes, utilities, and type definitions—that other @transcend-io/* MCP servers rely on. It's part of a broader Transcend developer tools monorepo that includes a CLI, privacy type definitions, and domain-specific MCP servers.

Who it's for

Developers building or extending MCP servers within the Transcend ecosystem, or teams integrating multiple Transcend domain-specific MCP servers into a single AI agent. Not intended as a standalone MCP server installation.

Common use cases

  • Using shared code patterns when building a custom Transcend MCP server package.
  • Extending existing Transcend MCP servers with shared utilities and type definitions.
  • Bundling multiple Transcend domain-specific servers that depend on this base package.

Setup pitfalls

  • 17 secrets detected in the codebase—audit for API keys or credentials before deploying in a shared environment or CI pipeline.
  • Requires filesystem read and write access; ensure the sandboxing or permissions model allows file operations.
  • Makes network calls; verify your environment's network policies and proxy configuration don't block outbound requests.
  • This is infrastructure code, not a runnable MCP server—installation must be paired with at least one consuming server package to be functional.
17 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
0
0.0
Freshness
25%
100
25.0
Adoption
20%
58
11.7
Quality
10%
90
9.0
Trust
10%
50
5.0
Total
50.7
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "transcend-iomcp-base": {
      "command": "npx",
      "args": [
        "-y",
        "@transcend-io/mcp-server-base"
      ]
    }
  }
}
📈 Score historylast 35 snapshots
4/30/20266/13/2026 · 35 snapshots
⚙ Maintenance health
78/ 100 · is this project alive?
contributors (1y)19
top contributor share27%
releases (1y)100
last release1d ago
ci✓ passing
⛁ Raw data
weekly downloads23k
github stars3
forks6
open issues36
license✓ present
readme length1205 chars
last publish2d ago
last commit1d ago
last updated1d ago
install verified✓ pass · 24d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points
@transcend-io/mcp-server-base — MCP Score: 51/100 | MCPScore | Timeahead