mcpc
by mcpc-tech·★ 93·Score 47
MCPC is an SDK for building agentic MCP servers by composing existing MCP tools.
Overview
MCPC provides a framework for creating sophisticated agentic MCP servers that can combine, fine-tune, and orchestrate existing MCP tools. It supports multiple execution modes including interactive agents, AI sampling, and secure code execution. The SDK emphasizes portability and agent interoperability, allowing agents to work across all MCP clients and collaborate through standard interfaces.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose MCPC when you need to build sophisticated multi-agent systems that leverage existing MCP tools and require flexible composition, fine-tuning capabilities, and multiple execution modes.
When NOT to choose this
Avoid MCPC if you need a simple MCP tool without composition capabilities or if you're looking for a turnkey solution with minimal development overhead.
Tools this server exposes
5 tools extracted from the READMEcoding-agentAI coding assistant with file operations and GitHub integration
desktop-commander.execute_commandExecute terminal commands on the local system
desktop-commander.read_fileRead contents of a file from the local system
desktop-commander.write_fileWrite content to a file on the local system
github.create_pull_requestCreate a new pull request on GitHub
Note: Tools mentioned in example sections but not clearly documented as MCP tools of this server
Comparable tools
Installation
# npm (from npm registry)
npm install @mcpc-tech/core
# npm (from jsr)
npx jsr add @mcpc/core
# deno
deno add jsr:@mcpc/core
# pnpm (from npm registry)
pnpm add @mcpc-tech/core
# pnpm (from jsr)
pnpm add jsr:@mcpc/coreOr add to your MCP client:
{
"mcpServers": {
"mcpc-builder-agent": {
"command": "npx",
"args": ["-y", "@mcpc-tech/builder", "mcpc-builder-agent"]
}
}
}FAQ
- What is MCPC?
- MCPC is an SDK for building agentic MCP servers by composing existing MCP tools, with support for multiple execution modes and agent interoperability.
- How does MCPC handle tool dependencies?
- MCPC allows you to define MCP server dependencies in your agent configuration, specifying transport types and execution parameters for each dependency.
Compare mcpc with
Last updated · Auto-generated from public README + GitHub signals.