MCP.so
ログイン

·

@mcpc-tech

· について

Build agentic-MCP servers by composing existing MCP tools.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

mcpc-tech

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcpc": {
      "command": "npx",
      "args": [
        "jsr",
        "add",
        "@mcpc/core"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ