Forward Claude Code lifecycle events—including Stop, PreToolUse, PostToolUse, UserPromptSubmit, and PostToolUseFailure—to Gram by executing a bash script asynchronously, enabling analytics, monitoring, and compliance tracking across sessions.
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub speakeasy-api/gram --plugin gram-hooksContext hub for agentic workflows - manage projects, tasks, sessions, and multi-agent coordination
SDK generation and OpenAPI tooling with Speakeasy CLI
Centralized Claude Code configuration: Docker-first guards, permissions, MCP gateway, and workflow skills
Execute TypeScript code that calls MCP tools with full type safety
MCP server development helper with tool and resource scaffolding
Configurable MCP wrapper that consolidates your tools into just 3, using semantic search for on-demand discovery and sandboxed TypeScript execution. Ships with 7 example servers (96 tools) - reduces context consumption by 97% (48k tokens down to 1.1k).
Build FastMCP 3.x Python MCP servers — covers provider/transform architecture (including CodeMode, Tool Search, and server-level transforms), component versioning, session state, authorization (MultiAuth, PropelAuth, connection-pooled token verifiers), evaluation creation, Pydantic validation, async patterns, STDIO and HTTP transports, nginx reverse proxy deployment, background tasks, Prefab Apps UI, security patterns, client SDK usage, testing, deployment, and migration from FastMCP v2. TypeScript is a legacy reference only and is not updated for v3.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.