By VeriTeknik
Plugged.in AI Infrastructure Platform integration - memory system, knowledge base, clipboard, and tool management for Claude Code
Record a cross-reference when new functionality touches an existing system — ensures future work on the existing system considers the new dependency. Use after adding X to Y.
Record completion of a step from a written implementation plan into fresh memory. Use after marking a plan item done — maintains task continuity across context compaction.
Capture a numbered implementation algorithm into procedures memory after completing a feature end-to-end. Use when a new feature/system was built — records the exact steps so the next similar build starts from this algorithm.
Record a critical failure — data loss, production incident, security breach, or cascade failure — into permanent shock memory. Shocks never decay and are always surfaced in memory-resume briefs.
Capture a hard-won solution into long-term memory after trial-and-error resolution. Use when a problem was solved after ≥1 failed attempts — records what failed, what worked, and why.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
The official Claude Code plugin for Plugged.in -- the AI Infrastructure Platform.
This plugin connects Claude Code to the Plugged.in platform, giving you access to 1,500+ MCP tools, persistent memory across sessions, a RAG-powered knowledge base, cross-agent clipboard, notifications, and collective best practices -- all through a single plugin installation. Memory sessions start and end automatically, observations are captured in the background, and relevant memories are injected before context compaction so nothing important is lost.
npx)Inside Claude Code, open the plugin manager and add the marketplace:
/plugin marketplace add VeriTeknik/pluggedin-plugin
Then install the plugin:
/plugin install pluggedin@VeriTeknik-pluggedin-plugin
Or use the interactive plugin manager (/plugin) to browse and install from the Discover tab.
The plugin uses the Anthropic MCP proxy to connect to the Plugged.in MCP endpoint. The .mcp.json configuration:
{
"mcpServers": {
"pluggedin": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-proxy", "--endpoint", "https://mcp.plugged.in/mcp"],
"env": {
"PLUGGEDIN_API_KEY": "your-api-key"
}
}
}
}
After installing, run /pluggedin:setup in Claude Code. The plugin uses a browser-based device authorization flow (similar to gh auth login):
.claude/settings.local.json/pluggedin:status to verifyNo manual key copying needed -- the entire flow is automatic.
If the device authorization flow fails (e.g., network issues), you can configure manually:
pg_in_.claude/settings.local.json (gitignored):{
"env": {
"PLUGGEDIN_API_KEY": "pg_in_your_key_here"
}
}
/pluggedin:status| Tool | Purpose |
|---|---|
pluggedin_memory_session_start | Start a memory session for the current conversation |
pluggedin_memory_session_end | End session and trigger Z-report generation |
pluggedin_memory_observe | Record an observation (error, preference, decision, etc.) |
pluggedin_memory_search | Semantic search across memories (returns summaries) |
pluggedin_memory_details | Get full content for specific memories by UUID |
pluggedin_memory_search_with_context | Archetype-enhanced search — returns personal memories + collective patterns filtered through Shadow/Sage/Hero/Trickster based on context |
pluggedin_memory_individuation | Get individuation score (0-100) with Memory Depth, Learning Velocity, Collective Contribution, Self-Awareness components and tips |
| Tool | Purpose |
|---|---|
pluggedin_ask_knowledge_base | RAG query against your uploaded documents |
| Tool | Purpose |
|---|---|
pluggedin_clipboard_set | Set entry by name or index |
pluggedin_clipboard_get | Get entries by name, index, or list all |
pluggedin_clipboard_delete | Delete entries or clear all |
pluggedin_clipboard_list | List all entries with metadata |
pluggedin_clipboard_push | Push to stack (auto-increment index) |
pluggedin_clipboard_pop | Pop from stack (LIFO) |
| Tool | Purpose |
|---|---|
pluggedin_create_document | Create and save AI-generated documents |
pluggedin_list_documents | List documents with filtering |
pluggedin_search_documents | Search documents semantically |
pluggedin_get_document | Retrieve a specific document |
pluggedin_update_document | Update or append to a document |
| Tool | Purpose |
|---|---|
pluggedin_send_notification | Send custom notifications with optional email |
pluggedin_list_notifications | List notifications with filters |
pluggedin_mark_notification_done | Mark notification as done |
pluggedin_delete_notification | Delete a notification |
| Tool | Purpose |
|---|---|
pluggedin_discover_tools | Discover all available tools from configured MCP servers |
npx claudepluginhub veriteknik/pluggedin-plugin --plugin pluggedinLong-term semantic memory for Claude Code, powered by OpenViking. Auto-recall relevant memories at session start and capture important information during conversations.
Persistent memory for Claude Code — memories survive across sessions, projects, and machines
The bridge between Claude's working memory and Basic Memory's durable knowledge graph — session briefings, pre-compaction checkpoints, and capture reflexes
Persistent memory for Claude Code. Capture work across sessions and recall relevant context.
Memory compression system for Claude Code - persist context across sessions
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.