Agent Plugins Marketplace
All plugins

context-hub

v0.1.0

AI Context Hub: shared real-time workspace context (tasks, decisions, presence) for Claude Code. Bundles the hub MCP server and /hub:* slash commands so sessions read from and write to the same project state as Cursor, Codex, and the dashboard.

Claude Code1 MCP serverstdio

By R-zin0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install context-hub for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install context-hub@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/R-zin/Erid

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is editors/claude-code/.

Plugin files

editors/claude-code/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

context-hubstdio
command
uv
args
run --project ${CLAUDE_PROJECT_DIR} python ${CLAUDE_PROJECT_DIR}/mcp-server/src/server.py --transport stdio
env.API_BASE
${API_BASE:-http://localhost:8000}
env.WORKSPACE_SLUG
${WORKSPACE_SLUG}
env.WORKSPACE_API_KEY
${WORKSPACE_API_KEY}
env.WORKSPACE_TOKEN
${WORKSPACE_TOKEN}

Plugin manifests1

editors/claude-code/.claude-plugin/plugin.json
{
  "name": "context-hub",
  "description": "AI Context Hub: shared real-time workspace context (tasks, decisions, presence) for Claude Code. Bundles the hub MCP server and /hub:* slash commands so sessions read from and write to the same project state as Cursor, Codex, and the dashboard.",
  "version": "0.1.0",
  "author": {
    "name": "R-zin"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[context-hub on Agent Plugins Marketplace](https://pluginsmp.com/plugins/context-hub)