agent-connector

by ken-jo

MCP Client
  • agent-framework

Package-first framework for building branded MCP packages that install across agent CLI hosts and expose local-first token telemetry.

About

What is agent-connector?

A package-first framework for MCP developers. It allows you to build your own branded MCP package by depending on @ken-jo/agent-connector, which provides cross-agent installation, host coverage, doctor checks, packaging, and local-first token telemetry.

How to use agent-connector?

Install the package with npm install @ken-jo/agent-connector, then use the provided CLI to package your connector. For example, run npx @ken-jo/agent-connector package --connector ./src/connector.ts --format all --out ./dist-plugin to generate distribution files.

Key features of agent-connector

- Package-first development for branded MCP tools
- Cross-agent installation infrastructure
- Host coverage and doctor checks for connectivity
- Automated packaging into multiple formats
- Local-first token telemetry

Use cases of agent-connector

- Build and distribute a custom MCP server package under your own brand
- Package a connector for use across multiple agent hosts
- Diagnose and verify MCP connection health with built-in doctor checks

FAQ from agent-connector

Is agent-connector an MCP server?

No. It is developer tooling and client-side installer infrastructure, not a single hosted MCP server.

What does the package command do?

It takes a connector file and outputs packaged plugin files. The example uses --format all to generate all supported formats into a specified output directory.

Where can I find full documentation?

Visit the website at https://agent-connector.ai/ or the agent-readable summary at https://agent-connector.ai/llms.txt. For complete context, see https://agent-connector.ai/llms-full.txt.

Details

Author
ken-jo
Category
agent-framework
Repository
ken-jo/agent-connector

agent-connector

Package-first framework for MCP developers. Build your own branded MCP package, depend on @ken-jo/agent-connector, and let the framework provide cross-agent installation, host coverage, doctor checks, packaging, and local-first token telemetry. - Website: https://agent-connector.ai/ - Agent-readable summary: https://agent-connector.ai/llms.txt - Full agent context: https://agent-connector.ai/llms-full.txt - Repository: https://github.com/ken-jo/agent-connector Typical developer flow: ``bash npm install @ken-jo/agent-connector

expose your own branded bin from package.json, then package/install through the framework

npx @ken-jo/agent-connector package --connector ./src/connector.ts --format all --out ./dist-plugin
`` This is MCP developer tooling / client-side installer infrastructure, not a single hosted MCP server.