Skip to content

Add ContextIQ partner plugin — governed enterprise knowledge access#223

Open
dharsj wants to merge 2 commits into
anthropics:mainfrom
dharsj:partner-built/contextiq
Open

Add ContextIQ partner plugin — governed enterprise knowledge access#223
dharsj wants to merge 2 commits into
anthropics:mainfrom
dharsj:partner-built/contextiq

Conversation

@dharsj
Copy link
Copy Markdown

@dharsj dharsj commented May 11, 2026

Summary

  • Adds ContextIQ to partner-built/ — an MCP-native knowledge server that gives Cowork and Claude Desktop governed access to enterprise knowledge sources
  • Returns cited answers scoped to user entitlements with audit-ready answer paths
  • Deploys into the customer's AWS account via CloudFormation (Bedrock AgentCore, ECS, Bedrock Knowledge Bases, S3 Vectors)
  • Includes stdio-to-HTTP MCP proxy for Cowork transport bridging with Cognito authentication
  • Two skills: Governed Query (cited enterprise knowledge retrieval) and Source Discovery (entitlement-scoped source listing)

Plugin structure

partner-built/contextiq/
├── .claude-plugin/plugin.json
├── .mcp.json
├── contextiq-mcp-proxy
├── skills/
│   ├── governed-query/SKILL.md
│   └── source-discovery/SKILL.md
├── LICENSE
└── README.md

About ContextIQ

ContextIQ by TechMatrix AI Systems — governed knowledge access for enterprise AI. Available on AWS Marketplace and as a self-serve CloudFormation deployment.

Test plan

  • Verify plugin.json schema matches partner-built conventions
  • Verify MCP proxy runs with Python 3 stdlib (no external dependencies)
  • Verify skills activate on relevant queries in Cowork
  • Verify quickstart deployment link resolves

@dharsj dharsj force-pushed the partner-built/contextiq branch from 9e23047 to d46ab63 Compare May 11, 2026 18:22
@dharsj
Copy link
Copy Markdown
Author

dharsj commented May 16, 2026

Hi @tobinsouth @bryan-anthropic — friendly ping on this PR. ContextIQ is live on AWS Marketplace and we have customers using the Cowork integration today. Happy to address any feedback on the plugin structure or content. Thanks!

@dharsj dharsj force-pushed the partner-built/contextiq branch from 190c9c3 to 1a88d2f Compare May 16, 2026 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant