·
@mcpc-tech
About ·
Build agentic-MCP servers by composing existing MCP tools.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcpc": {
"command": "npx",
"args": [
"jsr",
"add",
"@mcpc/core"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCPC?
MCPC is an SDK for building agentic MCP (Model Context Protocol) Servers by composing existing MCP tools. It is designed for developers who want to create portable, collaborative agents that work across any MCP client.
How to use MCPC?
Install the package via npm, pnpm, or Deno, or run directly with the CLI using npx. Use the mcpc() function to define dependencies, write an agent description, and create a server. You can also use the website at mcpc.tech to generate agents interactively or add the MCPC builder agent to your MCP client for AI-assisted setup.
Key features of MCPC
- Portability and agent interoperability across all MCP clients
- Simple composition and fine-tuning of existing tools
- Built-in MCP logging and OpenTelemetry tracing
- Skills support following the Agent Skills specification
- Flexible execution modes for different scenarios
Use cases of MCPC
- Create powerful agentic MCP tools by describing your vision and referencing community tools
- Fine-tune existing tools by modifying descriptions, parameters, or wrapping results
- Build multi-agent systems by defining each agent as an MCP tool
- Create custom coding assistants (e.g., a Codex/Claude Code fork)
- Organize domain knowledge using Agent Skills for on-demand loading
FAQ from MCPC
What is MCPC?
MCPC is an SDK for building agentic MCP Servers by composing existing MCP tools.
How do I install MCPC?
Install via npm: npm install @mcpc-tech/core, or via jsr: npx jsr add @mcpc/core. You can also run directly with npx -y @mcpc-tech/cli.
What execution modes does MCPC support?
MCPC supports five modes: agentic (interactive), ai_sampling (autonomous), ai_acp (coding agents), code_execution (sandboxed JavaScript), and code_execution_sampling (sandbox with sampling).
Can I use MCPC without writing code?
Yes, you can use the website at mcpc.tech to browse servers and generate agents, or add the MCPC builder agent to your MCP client for AI-assisted discovery and building.
Does MCPC support tracing?
Yes, MCPC has built-in MCP logging and OpenTelemetry tracing support.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments