Back to Home
portofcontext icon

pctx

Verified Safe

by portofcontext

Overview

Aggregates multiple Model Context Protocol (MCP) servers into a single endpoint, providing a sandboxed TypeScript "Code Mode" interface for AI agents to interact with tools efficiently, reducing LLM token usage.

Installation

Run Command
pctx dev

Environment Variables

  • STRIPE_MCP_KEY
  • GRAFANA_CLOUD_TOKEN
  • OTEL_USERNAME
  • OTEL_PASSWORD
  • OTEL_API_KEY
  • NASA_API_KEY
  • NASA_MCP_PORT
  • PCTX_PORT

Security Notes

The system explicitly leverages Deno's secure runtime for executing LLM-generated TypeScript code. It enforces strict sandboxing, limiting network access to only configured upstream MCP hosts and completely disallowing filesystem, environment, or system access. Authentication credentials for upstream MCPs are managed securely by pctx using environment variables, system keychain, or external commands, preventing LLMs from direct access. The architecture demonstrates a strong focus on minimizing the attack surface and securing AI agent interactions.

Similar Servers

Stats

Interest Score94
Security Score9
Cost ClassLow
Avg Tokens2000
Stars157
Forks15
Last Update2025-12-05

Tags

AI AgentsCode ModeModel Context ProtocolProxyRustTypeScriptDenoTooling