Plugins by VeriTeknik for the Plugged.in platform
npx claudepluginhub veriteknik/pluggedin-pluginPlugged.in AI Infrastructure Platform integration - memory system, knowledge base, clipboard, and tool management for Claude Code
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 |