Platform Components
A comprehensive AI infrastructure platform with five core components
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.
PAP - Agent Protocol
Groundbreaking protocol for autonomous agent lifecycle management with zombie prevention and DNS-based identity.
Model Router
Intelligent LLM gateway with smart routing, failover chains, cost optimization, and unified OpenAI-compatible API.
Agent Templates
Deploy production-ready agents with one click. Compass Agent, Code Review, Customer Support, and more.
Document Intelligence
RAG v3 with Milvus vector search, hybrid retrieval, citations, and MCP integration.
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.
┌─────┐ ┌─────────────┐ ┌────────┐
│ NEW │───▶│ PROVISIONED │───▶│ ACTIVE │
└─────┘ └─────────────┘ └────────┘
│
┌────▼────┐
│DRAINING │
└────┬────┘
│
┌──────▼──────┐
│ TERMINATED │
└─────────────┘Official SDKs
Integrate Plugged.in into your applications with our official SDKs. Read the SDK documentation →
MCP Proxy
Universal MCP proxy server for connecting any MCP server to plugged.in platform
npm i @pluggedin/pluggedin-mcp-proxyimport { 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();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
Main web application
Next.js 15, React 19
MCP proxy server
Node.js, TypeScript
Agent Protocol Spec
gRPC, Protocol Buffers
PAP heartbeat & metrics collector
Go, gRPC
MCP registry proxy service
Node.js, Express
Reference agent
TypeScript, TF-IDF
JavaScript/TypeScript SDK
TypeScript, npm
Python SDK
Python, PyPI
Go SDK
Go, pkg.go.dev
Architecture Overview
Multi-layered architecture designed for scalability and reliability
Security & Compliance
Tech Stack
Deployment Options
Flexible deployment options for every use case
Cloud
Managed SaaS with 99.9% SLA
Best for:: Quick startSelf-Hosted
Docker/Kubernetes, full control
Best for:: Data sovereigntyHybrid
Cloud control, local data
Best for:: EnterpriseAir-Gapped
Complete isolation, offline
Best for:: High securityPhysical World Governance for AI
Extending plugged.in from digital tools to physical world integration with edge hardware and IoT connectivity

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.
HARDY
Embedded Sensor Board
Compact embedded board for direct sensor integration. Designed for harsh environments with industrial-grade components.
Product Roadmap
Platform Foundation
- MCP Hub Launch
- Knowledge Management
- RAG v3
- OAuth 2.1 Implementation
Agent & Sensor Integration
- PAP v1.0 Release
- Agent Marketplace
- Sensor SDK
- LOUREL Beta
POC & Production
- Biotek Hydroponics POC
- HARDY Production
- Industry Partnerships
- Enterprise Pilots
Custom Hardware
- Custom ASIC Development
- Global Manufacturing
- Vertical Solutions
- Platform as a Service
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.
Platform Architecture
Ready to Get Started?
Join hundreds of organizations using Plugged.in to power their AI infrastructure.