Enterprise AI Integration Platform

plugged.in

The unified platform for AI agent orchestration, MCP tool integration, and intelligent document management.

Connect any AI model to any tool through a unified interface. Enterprise-ready with security, scalability, and compliance built-in.

1,609+
MCP Integrations
16+
Active Repositories
3
Official SDKs
6+
LLM Providers

Platform Components

A comprehensive AI infrastructure platform with five core components

1,609+

MCP Hub

Universal Tool Integration

The world's largest MCP server registry with one-click installation, OAuth 2.1 authentication, and real-time health monitoring.

Productivity200+
Development150+
Data & Analytics100+
AI & ML80+

PAP - Agent Protocol

Groundbreaking protocol for autonomous agent lifecycle management with zombie prevention and DNS-based identity.

gRPC/mTLSEd25519DNSSEC

Model Router

Intelligent LLM gateway with smart routing, failover chains, cost optimization, and unified OpenAI-compatible API.

OpenAIAnthropicGooglexAI

Agent Templates

Deploy production-ready agents with one click. Compass Agent, Code Review, Customer Support, and more.

CompassCode ReviewSupport

Document Intelligence

RAG v3 with Milvus vector search, hybrid retrieval, citations, and MCP integration.

PDFDOCXCodeHTML
PAP-RFC-001 v1.0

Plugged.in Agent Protocol

"Autonomy without anarchy" - Agents operate independently with their own memory, tools, and decision-making capabilities, yet remain under organizational governance through protocol-level controls.

Zombie Prevention
Strict heartbeat/metrics separation prevents control plane saturation
Dual-Profile Architecture
PAP-CP for control (gRPC/mTLS), PAP-Hooks for I/O (JSON-RPC/OAuth)
DNS-Based Identity
DNSSEC-secured agent discovery (e.g., agent.agents.plugged.in)
Framework Agnostic
Works with LangChain, CrewAI, AutoGen, and custom agents
// // PAP Lifecycle State Machine
┌─────┐    ┌─────────────┐    ┌────────┐
│ NEW │───▶│ PROVISIONED │───▶│ ACTIVE │
└─────┘    └─────────────┘    └────────┘
                                   │
                              ┌────▼────┐
                              │DRAINING │
                              └────┬────┘
                                   │
                            ┌──────▼──────┐
                            │ TERMINATED  │
                            └─────────────┘
// // Heartbeat Intervals
EMERGENCY: 5s
IDLE: 30s
SLEEP: 15min

Official SDKs

Integrate Plugged.in into your applications with our official SDKs. Read the SDK documentation →

JavaScript/TypeScript

npm i pluggedinkit-js

Python

pip install pluggedinkit

Go

go get github.com/veriteknik/pluggedinkit-go

MCP Proxy

Universal MCP proxy server for connecting any MCP server to plugged.in platform

npm i @pluggedin/pluggedin-mcp-proxy
TypeScript
import { PluggedInClient } from 'pluggedinkit';

const client = new PluggedInClient({
  apiKey: 'your-key'
});

// Query documents with RAG
const answer = await client.rag.query({
  query: 'What are our Q4 projections?',
  topK: 5
});

// List available MCP tools
const tools = await client.tools.list();
Python
from pluggedinkit import Client

client = Client(api_key="your-key")

# Upload document
doc = client.documents.upload("report.pdf")

# Semantic search
results = client.rag.query(
    query="quarterly trends",
    top_k=10
)

Repository Ecosystem

16+ active repositories organized into a comprehensive platform

Architecture Overview

Multi-layered architecture designed for scalability and reliability

Client Layer
Web App
plugged.in
SDKs
JS/Py/Go
CLI
Claude Code
Mobile
React Native
API Gateway Layer
pluggedin-app
Next.js 15
Model Router
Express
MCP Proxy
Node.js
Service Layer
Auth
OAuth 2.1
RAG
FastAPI
Agents
PAP
Registry
Proxy
Data Layer
PostgreSQL
Main DB
Milvus
Vectors
Redis
Cache
S3
Files
External Integrations
1,609+ MCP Servers
NotionSlackGitHubPostgreSQLGoogleAWSOpenAI...

Security & Compliance

AES-256-GCM
Encryption at Rest
TLS 1.3
Encryption in Transit
OAuth 2.1
Authentication
RBAC
Authorization
Ed25519
Agent Signatures
mTLS
Control Plane

Tech Stack

Next.js 15
React 19
TypeScript
PostgreSQL
Milvus
Redis
gRPC
Docker
Kubernetes
FastAPI

Deployment Options

Flexible deployment options for every use case

Cloud

Managed SaaS with 99.9% SLA

Best for:: Quick start

Self-Hosted

Docker/Kubernetes, full control

Best for:: Data sovereignty

Hybrid

Cloud control, local data

Best for:: Enterprise

Air-Gapped

Complete isolation, offline

Best for:: High security
Future Vision

Physical World Governance for AI

Extending plugged.in from digital tools to physical world integration with edge hardware and IoT connectivity

Plugged.in Hardware Architecture - LOUREL Edge Gateway and HARDY Embedded Board

LOUREL

Edge Gateway Device

ARM-based edge gateway with 868MHz/LoRa connectivity for industrial IoT deployments. Connects physical sensors and actuators to the plugged.in platform.

Connectivity868MHz, LoRa, WiFi, Ethernet
SecurityAES-256 encryption, Secure Boot
ProtocolgRPC, MQTT, Modbus
ManagementOTA updates, Remote config

HARDY

Embedded Sensor Board

Compact embedded board for direct sensor integration. Designed for harsh environments with industrial-grade components.

Form Factor86mm x 54mm, IP65
SensorsTemp, Humidity, pH, EC
Power5-24V DC, Solar ready
InterfaceI2C, SPI, UART, GPIO

Product Roadmap

2025Active

Platform Foundation

  • MCP Hub Launch
  • Knowledge Management
  • RAG v3
  • OAuth 2.1 Implementation
Q1-Q2 2026Planned

Agent & Sensor Integration

  • PAP v1.0 Release
  • Agent Marketplace
  • Sensor SDK
  • LOUREL Beta
Q3-Q4 2026Planned

POC & Production

  • Biotek Hydroponics POC
  • HARDY Production
  • Industry Partnerships
  • Enterprise Pilots
2027Vision

Custom Hardware

  • Custom ASIC Development
  • Global Manufacturing
  • Vertical Solutions
  • Platform as a Service
Proof of Concept

Autonomous Hydroponics

Partnership with Biotek Turkey to create the first fully autonomous hydroponic farming system powered by AI agents. From nutrient dosing to climate control, all managed through plugged.in.

AI-Controlled Growing
Autonomous agents manage entire growth cycles
Real-time Monitoring
pH, EC, temperature, humidity, light levels
Automated Actions
Nutrient dosing, irrigation, climate adjustment
Predictive Analytics
Yield optimization and disease prevention

Platform Architecture

APPLICATION LAYER
Farming Dashboard, Mobile App, Analytics
MARKETPLACE
Agent Templates, Sensor Integrations, Recipes
INFRASTRUCTURE
plugged.in Platform, PAP Protocol, MCP Hub
HARDWARE
LOUREL Gateway, HARDY Sensors, Actuators

Ready to Get Started?

Join hundreds of organizations using Plugged.in to power their AI infrastructure.