Back to Home
mcpc-tech icon

mcpc

Verified Safe

by mcpc-tech

Overview

Build and compose agentic Model Context Protocol (MCP) servers and tools, enabling AI assistants to discover, integrate, and orchestrate other MCP servers for complex tasks.

Installation

Run Command
npx -y @mcpc-tech/cli --config-url "https://raw.githubusercontent.com/mcpc-tech/mcpc/main/packages/cli/examples/configs/codex-fork.json"

Environment Variables

  • GITHUB_PERSONAL_ACCESS_TOKEN
  • MCPC_CONFIG_FILE
  • MCPC_CONFIG_URL
  • MCPC_TRACING_ENABLED
  • MCPC_TRACING_EXPORT
  • MCPC_TRACING_OTLP_ENDPOINT
  • HOME
  • PATH

Security Notes

The project's core functionality involves orchestrating other tools and executing code/commands, which inherently requires flexible permissions. While some examples and CLI usage (`deno run --allow-all`) grant broad access, the `plugin-code-execution` module provides a secure Deno sandbox with granular permission control for user-provided JavaScript code. The framework encourages best practices for handling secrets (e.g., `GITHUB_PERSONAL_ACCESS_TOKEN` via environment variables). A documented `eval` example in plugin documentation includes a warning not to use it in production, which demonstrates awareness but can still be a risk for inexperienced users. Overall, security depends heavily on how users configure and deploy agents, and the trustworthiness of integrated MCP servers.

Similar Servers

Stats

Interest Score47
Security Score7
Cost ClassMedium
Avg Tokens3000
Stars59
Forks8
Last Update2026-01-19

Tags

AgenticMCPAI SDKTool CompositionDeno