> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plugged.in/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to Plugged.in - The Crossroads for AI Data Exchanges

# Welcome to Plugged.in

<img src="https://plugged.in/_next/image?url=%2Fpluggedin-wl.png&w=256&q=75" alt="Plugged.in Logo" />

## TL;DR: Plugged.in

<Warning>
  **The future of AI won't be about bigger models—it'll be about smarter connections.**
</Warning>

Plugged.in is the unified control plane that solves a critical problem in today's AI landscape: **fragmentation**. Every AI platform—Claude, ChatGPT, Cursor, LM Studio—keeps its own isolated ecosystem of tools, documents, and context. This means you're constantly re-uploading documents, reconfiguring tools, and losing continuity as you switch between models.

Plugged.in changes this by creating **one governed layer** where your knowledge, tools, and memory stay with you across every AI model and platform.

## The Three Pillars

<CardGroup cols={3}>
  <Card title="📚 Knowledge Base" icon="book-open">
    **✅ IN PRODUCTION**<br />
    Your documents become a living, searchable knowledge base accessible to any AI. Upload once, and every model can query your PDFs, docs, and files through RAG-powered semantic search. AI models can even create and collaborate on documents directly in your library, with complete version history and model attribution—so you always know which AI (Claude, ChatGPT, etc.) contributed what.<br />
    <em>Think of it as GitHub for AI-generated content: full version control, complete ownership, and cross-platform availability.</em>
  </Card>

  <Card title="🔧 Tools" icon="wrench">
    **✅ IN PRODUCTION**<br />
    The Model Context Protocol (MCP) standardized how AI clients connect to external tools, but managing MCP servers is still fragmented—configure once in Claude Desktop, then again in Cursor, then again in VSCode. Plugged.in's universal MCP proxy eliminates this pain: install once, access everywhere.<br />
    With 1,500+ MCP servers in the registry and automatic OAuth token management, you get one-click tool installation that works across Claude Desktop, ChatGPT, Cursor, Cline, VSCode, LM Studio, and any MCP-compatible client. Configure your tools once, use them everywhere.
  </Card>

  <Card title="🧠 Memory" icon="brain">
    **✅ IN PRODUCTION (v2.20.0)**<br />
    Persistent clipboard storage for AI workflows. Store named key-value pairs or use stack-based indexed storage. Features TTL expiration, multiple content types (text, JSON, base64), and cross-platform access via MCP tools and SDKs. Profile-isolated and secure.<br />
    <em>Coming soon: Focus Agent, Short-term & Long-term Memory tiers.</em>
  </Card>
</CardGroup>

## What is Plugged.in?

**Plugged.in is the crossroads for AI data exchanges** - the unified control plane that brings your **Knowledge • Tools • Memory** to every AI model. Install once, govern everywhere.

<Info>
  **The Problem:** Every AI model keeps its own tools, documents, and memories → fragmentation & cost.<br />
  **The Solution:** One governed layer for Memory · Knowledge · Tools across every model.
</Info>

<Info>
  **For beginners:** MCP (Model Context Protocol) servers are like apps that give AI models access to external tools and data. Instead of each AI platform having its own tools, MCP creates a standard way for AI to use the same tools everywhere.
</Info>

<CardGroup cols={2}>
  <Card title="Platform" icon="globe" href="https://plugged.in">
    Access the Plugged.in platform
  </Card>

  <Card title="GitHub" icon="github" href="https://github.com/VeriTeknik/pluggedin-app">
    View source code and contribute
  </Card>

  <Card title="MCP Registry" icon="server" href="https://plugged.in/search">
    Discover and share MCP servers
  </Card>

  <Card title="API Reference" icon="code" href="/api/reference">
    Integrate with our API
  </Card>
</CardGroup>

Plugged.in enables seamless integration with any MCP client (Claude, Cline, Cursor, etc.) while providing advanced management capabilities, document-based knowledge augmentation, and real-time notifications through an intuitive web interface.

<CardGroup cols={4}>
  <Card title="⭐ GitHub Stars" icon="star" href="https://github.com/VeriTeknik/pluggedin-app">
    Star us on GitHub!
  </Card>

  <Card title="🐦 Twitter/X" icon="twitter" href="https://x.com/PluggedIntoAI">
    Follow us on X
  </Card>

  <Card title="💼 LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/plugged_in">
    Connect on LinkedIn
  </Card>

  <Card title="🗣️ Reddit" icon="message-circle" href="https://www.reddit.com/r/plugged_in/">
    Join our community
  </Card>
</CardGroup>

## Architecture Overview

<img src="https://mintcdn.com/pluggedin-b89c8340/62Uxf1g3PvKp27ue/images/pluggedin-architecture.png?fit=max&auto=format&n=62Uxf1g3PvKp27ue&q=85&s=16afae9c311effdf60bc105f414fd5b8" alt="Plugged.in Architecture" width="1283" height="923" data-path="images/pluggedin-architecture.png" />

Plugged.in serves as the central hub connecting various AI clients and tools with your knowledge base and MCP ecosystem:

<AccordionGroup>
  <Accordion title="✅ Available Integrations (Production Ready)">
    **MCP Proxy Interface**

    * Claude Code
    * Cline
    * LM Studio
    * Claude Desktop

    **SDK Support**

    * JavaScript/TypeScript SDK
    * Python SDK
    * Go SDK

    **Platform Features**

    * Knowledge Base (RAG)
    * Tool Discovery & Management
    * Document Store
    * MCP Registry
  </Accordion>

  <Accordion title="🚧 Coming Soon (In Development)">
    **Native Connectors** (shown as dashed lines)

    * Plugged.in Connector for Claude Desktop
    * Plugged.in Connector for ChatGPT
    * Mobile App Integration

    **Advanced Features**

    * Focus Agent & Memory Tiers
    * Enhanced Knowledge Sharing
  </Accordion>
</AccordionGroup>

<Note>
  **Solid lines** in the diagram represent production-ready integrations. **Dashed lines** indicate features currently under development.
</Note>

### Key Components

<Tabs>
  <Tab title="Web Application">
    **pluggedin-app** (v2.20.0)

    * Next.js 15 web application
    * Social platform for MCP management
    * User profiles and sharing capabilities
    * Multi-language support
  </Tab>

  <Tab title="MCP Proxy">
    **pluggedin-mcp** (v1.11.0)

    * TypeScript MCP proxy server
    * Unified interface aggregating multiple MCP servers
    * Support for STDIO, SSE, and HTTP transports
    * Lightweight Docker deployment
  </Tab>
</Tabs>

## Core Features

### 🎯 Latest Features (v2.10.0)

<AccordionGroup>
  <Accordion title="Security & Performance">
    * Comprehensive security audit addressing vulnerabilities
    * Performance optimizations including database indexing
    * Enhanced encryption system overhaul
    * Improved error handling and type safety
  </Accordion>

  <Accordion title="Memory Clipboard (v2.20.0)">
    * Named entries for key-value storage (upsert behavior)
    * Indexed stack for push/pop operations
    * TTL expiration support
    * Multiple content types: text/plain, application/json, base64
    * Source tracking: UI, SDK, MCP origin
    * Profile isolation with secure access
    * MCP tools: pluggedin\_clipboard\_set, pluggedin\_clipboard\_get, pluggedin\_clipboard\_push, pluggedin\_clipboard\_pop, pluggedin\_clipboard\_delete, pluggedin\_clipboard\_list
  </Accordion>

  <Accordion title="AI Document Exchange (v2.8.0)">
    * Revolutionary document management with AI model attribution
    * Complete version tracking and change history
    * Content hash-based deduplication
    * Support for upload, AI-generated, and API sources
  </Accordion>

  <Accordion title="Smart Server Wizard (v2.7.0)">
    * Multi-step wizard with GitHub verification
    * Automatic environment detection
    * Registry submission with progress tracking
    * OAuth authentication handled by Plugged.in
  </Accordion>

  <Accordion title="Social Platform Features">
    * User profiles with follow system
    * Server and collection sharing
    * Activity tracking and trending servers
    * Real-time notifications with email delivery
  </Accordion>
</AccordionGroup>

### 🚀 Platform Capabilities

* **Multi-Workspace Support**: Switch between different sets of MCP configurations
* **Interactive Playground**: Test MCP tools directly in the browser
* **Tool Management**: Discover and organize AI tools from multiple sources
* **Resource Discovery**: View available resources and templates
* **Custom Instructions**: Add server-specific instructions as MCP prompts
* **End-to-End Encryption**: AES-256-GCM encryption for sensitive data

## Getting Started

<Steps>
  <Step title="Sign Up">
    Create your account at [plugged.in](https://plugged.in/register)
  </Step>

  <Step title="Add Your First MCP Servers">
    Visit the <a href="https://plugged.in/search">MCP Registry</a> and install some popular servers:

    <ul>
      <li><strong>GitHub Tools</strong> - For code analysis and repository management</li>
      <li><strong>Database Tools</strong> - For SQL queries and schema exploration</li>
      <li><strong>File System</strong> - For local file operations</li>
    </ul>

    Start with 2-3 servers to learn the workflow!
  </Step>

  <Step title="Connect Your AI Client">
    Follow our <a href="/setup-guide">Setup Guide</a> to connect:

    <ul>
      <li><strong>Claude Desktop</strong> - Most popular choice</li>
      <li><strong>Cursor/VS Code</strong> - For development work</li>
      <li><strong>LM Studio</strong> - For local AI models</li>
      <li><strong>ChatGPT</strong> - Via HTTP proxy mode</li>
    </ul>
  </Step>

  <Step title="Upload Your Knowledge">
    Add documents to your knowledge base:

    <ul>
      <li>Upload PDFs, code files, and documentation</li>
      <li>Use RAG search across all your documents</li>
      <li>Let AI create and manage documents for you</li>
    </ul>
  </Step>

  <Step title="Start Building">
    Leverage unified knowledge, tools, and memory across all AI models! 🚀
  </Step>
</Steps>

## Quick Links

* [Installation Guide](/quickstart/installation)
* [Configuration](/quickstart/configuration)
* [Security Overview](/security/overview)
* [API Documentation](/api/reference)
* [Release Notes](/releases/changelog)

## Community & Support

<CardGroup cols={4}>
  <Card title="⭐ GitHub" icon="star" href="https://github.com/VeriTeknik/pluggedin-app">
    Star us on GitHub!
  </Card>

  <Card title="🐦 X/Twitter" icon="twitter" href="https://x.com/PluggedIntoAI">
    Follow @PluggedIntoAI
  </Card>

  <Card title="💼 LinkedIn" icon="linkedin" href="https://www.linkedin.com/company/plugged_in">
    Connect with us
  </Card>

  <Card title="🗣️ Reddit" icon="message-circle" href="https://www.reddit.com/r/plugged_in/">
    Join r/plugged\_in
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="GitHub Issues" icon="bug" href="https://github.com/VeriTeknik/pluggedin-app/issues">
    Report bugs and request features
  </Card>

  <Card title="Discussions" icon="comments" href="https://github.com/orgs/VeriTeknik/discussions">
    Join the community discussion
  </Card>

  <Card title="API Support" icon="code" href="mailto:api-support@plugged.in">
    Get API and technical support
  </Card>
</CardGroup>

## License

Plugged.in is open-source software licensed under the MIT License. See the [GitHub repository](https://github.com/VeriTeknik/pluggedin-app) for more details.
