Pluggedin

v1.0.0Developer Toolsstable

The Crossroads for AI Data Exchanges. A unified, self-hostable web interface for discovering, configuring, and managing Model Context Protocol (MCP) servers—bringing together AI tools, workspaces, prompts, and logs from multiple MCP sources (Claude,

aimcpmcp-clientmcp-servermodel-context-protocol
Share:
94
Stars
0
Downloads
0
Weekly
0/5

What is Pluggedin?

Pluggedin is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to crossroads for ai data exchanges. a unified, self-hostable web interface for discovering, configuring, and managing model context protocol (mcp) servers—bringing together ai tools, workspaces, prompts...

The Crossroads for AI Data Exchanges. A unified, self-hostable web interface for discovering, configuring, and managing Model Context Protocol (MCP) servers—bringing together AI tools, workspaces, prompts, and logs from multiple MCP sources (Claude,

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • The Crossroads for AI Data Exchanges. A unified, self-hostab

Use Cases

MCP server discovery and configuration
Unified AI tools and workspaces management
Multi-source MCP integration and logging
VeriTeknik

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 15, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx pluggedin-app

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Pluggedin

plugged.in is a self-hostable AI Content Management System and MCP hub that acts as a unified gateway for discovering, configuring, and managing over 1,500 MCP servers — consolidating tools, workspaces, prompts, and logs from Claude, GPT-4, Gemini, and other AI models into one interface. It transforms ephemeral AI conversations into persistent, versioned, and semantically searchable organizational knowledge using an embedded RAG engine (zvec with RocksDB and HNSW) that requires no external vector database. Developers and teams can self-host the full stack with Docker Compose and use plugged.in as the single MCP endpoint for all their AI clients, with features including OAuth 2.1 authentication, AES-256-GCM encryption, tool prefixing for namespace management, and a live debugging playground.

Prerequisites

  • Docker with BuildKit support and at least 8 GB of memory allocated to the Docker engine
  • Docker Compose (included with Docker Desktop)
  • Git to clone the repository
  • An MCP-compatible client such as Claude Desktop, Cursor, or Claude Code CLI
  • Optional: a NEXTAUTH_SECRET (generate with openssl rand -base64 32)
1

Clone the repository and configure environment

Clone the plugged.in app repository and copy the example environment file. At minimum, set NEXTAUTH_SECRET. The bundled PostgreSQL and Redis URLs work out of the box.

git clone https://github.com/VeriTeknik/pluggedin-app.git
cd pluggedin-app
cp .env.example .env
# Edit .env and set: NEXTAUTH_SECRET=$(openssl rand -base64 32)
2

Build and start the full stack

Build the app image from source and start all services including PostgreSQL 18 with pgvector, Redis 7, the database migration, and the Next.js application. The first build takes 10-15 minutes.

docker compose up --build -d
3

Monitor startup

Follow the logs to watch the migration complete and the app become healthy. The web interface will be available at http://localhost:12005 once the app service is running.

docker compose logs -f pluggedin-app
4

Open the web interface and add MCP servers

Visit http://localhost:12005 and create an account. Use the MCP Server Hub to search for and configure MCP servers from GitHub, npm, or Smithery. plugged.in acts as a proxy, aggregating all configured servers under one endpoint.

5

Configure your AI client to connect through plugged.in

Point your MCP client at the plugged.in MCP endpoint (HTTP transport). All MCP servers you configure in the web interface will be available through this single connection.

Pluggedin Examples

Client configuration

Claude Desktop configuration pointing to the locally running plugged.in MCP proxy endpoint. Replace YOUR_API_KEY with the API key generated in the plugged.in web interface.

{
  "mcpServers": {
    "pluggedin": {
      "command": "npx",
      "args": ["-y", "pluggedin-app"],
      "env": {
        "PLUGGEDIN_API_KEY": "YOUR_API_KEY",
        "PLUGGEDIN_API_BASE_URL": "http://localhost:12005"
      }
    }
  }
}

Prompts to try

Sample prompts for interacting with the plugged.in platform and the MCP servers aggregated through it.

- "List all MCP servers currently configured in plugged.in"
- "Search for an MCP server for interacting with GitHub"
- "Save this conversation summary as a document in my plugged.in knowledge base"
- "Search my plugged.in documents for anything related to the Q3 project planning"
- "Show me all AI interactions logged in the last 24 hours"

Troubleshooting Pluggedin

docker compose up --build fails with JavaScript heap out of memory

The Next.js build requires significant memory. Increase the memory allocated to Docker in Docker Desktop Settings > Resources to at least 8 GB and retry the build.

The app is unreachable at http://localhost:12005 after the build completes

Check that the migration completed successfully before the app started: docker compose logs pluggedin-migrate. If the migration failed, fix any environment variable issues in .env and run docker compose run --rm pluggedin-migrate to retry.

MCP servers added in the web interface do not appear in the AI client

Ensure your MCP client is configured with the correct API key from the plugged.in web interface and that the PLUGGEDIN_API_BASE_URL points to your running instance. Tool prefixing is applied automatically — server tools will appear with a namespace prefix to avoid conflicts.

Frequently Asked Questions about Pluggedin

What is Pluggedin?

Pluggedin is a Model Context Protocol (MCP) server that crossroads for ai data exchanges. a unified, self-hostable web interface for discovering, configuring, and managing model context protocol (mcp) servers—bringing together ai tools, workspaces, prompts, and logs from multiple mcp sources (claude, It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Pluggedin?

Follow the installation instructions on the Pluggedin GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Pluggedin?

Pluggedin works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Pluggedin free to use?

Yes, Pluggedin is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "pluggedin-app": { "command": "npx", "args": ["-y", "pluggedin-app"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Pluggedin?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides