Connect Agents

Connect Agents

Choose the integration mechanism, then the host or framework:

  • Plugins package host configuration, tools, hooks, or Skills. Dedicated plugins can join the host lifecycle; the portable Agent Plugin provides MCP configuration and a Skill.
  • MCP exposes Agent tools at the Server's /mcp endpoint. MCP alone does not provide automatic prompt capture, recall hooks, or Skill installation.
  • Skills provide discoverable workflow instructions. Installing a Skill does not start the Server or grant host tool permissions. Use the portable Agent Plugin in a compatible host, or export a managed Skill.

Agent Hosts

The 8 Agent Hosts use official for PowerContext project maintenance and community for community contributions. official does not imply endorsement by a host vendor.

Agent HostStewardshipIntegration
CodexofficialPrompt Hook + MCP + Skill
Claude CodecommunityPrompt Hook + MCP + Skill
DeepSeek HarnesscommunityHTTP plugin + pc_* + /pc
HermescommunityMemoryProvider + /pc
OpenClawcommunityMemory plugin + lifecycle hooks
OpenCodecommunityHTTP plugin + pc_*
Pi Coding AgentcommunityExtension + pc_* + /pc
WorkBuddycommunityPrompt Hook + MCP + Skill

Each integration connects to a separately running Server. Follow its guide in the table for installation, connection settings, authentication, and diagnostics.

To select multiple hosts interactively, run:

powercontext setup select --source oceanbase/powercontext --ref master

Use the same ref as the Server. The selector lists hosts in the CLI catalog; consult each Agent guide for its supported installation path.

Python Agent frameworks

All 3 adapters are community. Install them in the application environment; do not use powercontext setup <host>:

FrameworkIntegrationCurrent availability
Pydantic AIToolset for Memory read/write and contextexperimental
LangChainMiddleware for context and optional Source capturemaster_only
LangGraphRecall hook and Memory toolsmaster_only

Evaluation integrations

Bub is for evaluation only. It is not part of the Agent Host or Python Agent framework support lists.

Capabilities and availability

The capability matrix is generated from integrations/capabilities.toml. The current capability sets for all 8 hosts and Bub are marked master_only; Pydantic AI is experimental. released means available from a specified release tag, master_only means implemented but unreleased, and experimental carries no stability guarantee. These labels are separate from stewardship and the Minimal / Recommended / Full capability profiles.

Use the same release tag or commit for the Server and integration. Check installation requirements: Windows support is experimental, and does not imply that every host or optional backend supports Windows.

On this page