Advertisement Β· 728 Γ— 90

Posts by plugged.in

"Blockchain for vegetables? Peak Silicon Valley brain!"

...is what I used to think.

Then I learned how the food supply chain actually works. πŸ‘‡

youtu.be/Qz09hYJF2-k?...

πŸ—³οΈ projectcatalyst.io/funds/15/cardano-use-cases-prototype-and-launch/autonomous-greenhouse-agents-with-on-chain-governance

3 months ago 1 0 1 0
Preview
Plugged.in - Enterprise MCP Platform for AI Integration The leading enterprise Model Context Protocol platform. Connect 7,000+ tools, 1,500+ MCP servers with enterprise-grade security. SOC 2 certified, GDPR compliant.

Shipped a tiny but insanely useful feature in Pluggedin
Named Clipboard

Copy something once. Your agents can paste it anywhere.
A shared clipboard for your entire AI stack.

Pluggedin reached 910 users today. All organic.
Feels like something is waking up.

The momentum is real.

4 months ago 1 0 0 0

Real-world use cases:

- Store screenshots for visual debugging
- Cache JSON API responses across steps
- Save generated images for later use
- Build code snippet libraries
- Persist config files between sessions
- Implement undo/redo stacks

What will you build?

4 months ago 1 0 0 0

New: Track where your data comes from!

Every clipboard entry now has a source field:

- ui - Created via web interface
- sdk - Via JavaScript, Python, or Go SDK
- mcp - Via MCP proxy tools

Perfect for auditing multi-agent workflows!

4 months ago 1 0 1 0
Preview
JavaScript/TypeScript SDK - Plugged.in Documentation Official JavaScript/TypeScript SDK for the Plugged.in Library API

// JavaScript SDK
const entry = await client.clipboard.set({
name: 'api_response',
value: JSON.stringify(data)
});
console.log(entry.source); // 'sdk'

# Python SDK
entry = client.clipboard.get(name="api_response")
print(entry.source) # 'sdk'

All SDKs: docs.plugged.in/sdks

4 months ago 0 0 1 0

For developers:

Multiple access methods:

- MCP tools for Claude, Cursor, Windsurf
- JavaScript/TypeScript SDK
- Python SDK (sync + async)
- Go SDK
- REST API

Your AI workflows, your language choice!

4 months ago 1 0 1 0

Security-first design:

- Profile-level isolation
- Visibility controls (private/workspace/public)
- Rate limiting per operation type
- Content encoding validation
- Database-level integrity constraints

Your data stays protected.

4 months ago 0 0 1 0

What makes Clipboard special:

- Named entries: clipboard["api_response"]
- Indexed arrays: clipboard[0], clipboard[1]
- Push/Pop stack operations
- Content type detection (application/json, image/png…)
- Auto-expiration with TTL
- Visual preview for images in UI
Perfect for complex AI workflows!

4 months ago 0 0 1 0

Store ANY content type your AI needs:

- JSON data & API responses
- Base64-encoded images (screenshots, diagrams)
- Code snippets & configs
- Markdown documents
- Binary files via hex encoding
- Structured data for multi-step workflows
- 2MB per entry - plenty for most use cases!

4 months ago 0 0 1 0
Post image

Introducing Memory Clipboard for Plugged.in!

Your AI agents can now store and retrieve data across sessions - text, JSON, images, code snippets, and more. Named entries, indexed arrays, auto-expiring content with enterprise-grade security.

Available now in v2.20.0

#MCP #AIAgents #DevTools

4 months ago 3 0 1 0
Advertisement
Preview
Getting Started with PAP Agents - Plugged.in Documentation Deploy your first autonomous agent in minutes

πŸ“Š PAP v1.0 by the numbers:

β€’ 2,993 lines of docs
β€’ 50+ code examples
β€’ 4 REST endpoints
β€’ 1 production cluster
β€’ 0 proprietary dependencies

Deploy your first autonomous agent: docs.plugged.in/agents/getti...

4 months ago 1 0 0 0

🧟 Zombie Prevention = PAP's Superpower

❌ Traditional: Mix liveness + metrics β†’ control plane saturates βœ… PAP: Strict separation β†’ aggressive detection, no false positives

Heartbeat: 100 bytes, mode + uptime Metrics: Separate channel, unlimited

Simple. Powerful. Production-proven.

4 months ago 1 0 0 0
Preview
PAP Agents Overview - Plugged.in Documentation Autonomous agents powered by the Plugged.in Agent Protocol (PAP)

πŸš€ PAP Agents are live!

Deploy autonomous AI agents with: βœ… DNS routing ({name}.is.plugged.in) βœ… Auto TLS (Let's Encrypt) βœ… Zombie prevention βœ… Full observability

Try it: docs.plugged.in/agents

#AI #Agents #Infrastructure

4 months ago 2 0 0 0
Preview
PAP Agents Overview - Plugged.in Documentation Autonomous agents powered by the Plugged.in Agent Protocol (PAP)

This is the foundation for truly autonomous AI agents:

βœ… Governed (Station control)
βœ… Observable (heartbeats + metrics)
βœ… Secure (protocol-level)
βœ… Interoperable (MCP, A2A, OTEL)
βœ… Production-ready (live infrastructure)

Docs: docs.plugged.in/agents

4 months ago 1 0 0 0

Deploy your first agent RIGHT NOW:

curl -X POST plugged.in/api/agents
-H "Authorization: Bearer YOUR_KEY"
-d '{"name": "my-agent"}'

30 seconds later: my-agent.is.plugged.in βœ…

4 months ago 1 0 1 0
Preview
PAP Agents Overview - Plugged.in Documentation Autonomous agents powered by the Plugged.in Agent Protocol (PAP)

πŸ“š Documentation is COMPREHENSIVE:

β€’ 2,993 lines across 6 guides β€’ 50+ code examples (cURL, JS, Python) β€’ Complete REST API reference β€’ Architecture deep dives β€’ Production deployment patterns

docs.plugged.in/agents

4 months ago 0 0 1 0

Built on 19 years of data center experience from VeriTeknik

This isn't theory. It's production-hardened infrastructure patterns applied to autonomous AI.

Every design decision comes from real operational experience

4 months ago 0 0 1 0

Production infrastructure LIVE NOW:

🌐 is.plugged.in cluster
πŸ“ Single IP, SNI-based routing
πŸ”’ Automatic Let's Encrypt TLS
☸️ K3s with agent namespace isolation
🚫 Non-root containers (UID 1001)
πŸ“Š Full observability (OpenTelemetry)

4 months ago 0 0 1 0
Advertisement

Dual-Profile Architecture:

πŸ” PAP-CP (Control Plane): β€’ gRPC/mTLS for lifecycle ops β€’ Ed25519 signatures + replay protection β€’ Heartbeats, provisioning, termination

πŸ”§ PAP-Hooks (Open I/O): β€’ JSON-RPC 2.0 over WebSocket β€’ MCP tool access, A2A delegation β€’ OAuth 2.1

4 months ago 0 0 1 0

Normative State Machine: NEW β†’ PROVISIONED β†’ ACTIVE ↔ DRAINING β†’ TERMINATED ↓ KILLED

Invalid transitions = rejected Station has exclusive kill authority State integrity = protocol-enforced

4 months ago 0 0 1 0

PAP enforces STRICT SEPARATION:

βœ… Heartbeat (liveness only): {mode: "IDLE", uptime: 3600}

βœ… Metrics (separate channel): {cpu: 87, memory: 2048, requests: 1523, ...}

Result: Aggressive zombie detection without false positives

4 months ago 0 0 1 0

🧟 THE ZOMBIE PREVENTION SUPERPOWER

Most agent systems mix liveness signals with metrics: ❌ Heartbeat: {status: "ok", cpu: 87%, memory: 2GB, ...}

Problem: Large payloads saturate control planes Result: Can't detect zombies fast enough

4 months ago 0 0 1 0

PAP fixes this by being the SUBSTRATE layer - not orchestration, but how agents live, breathe, and die across infrastructure

Think: TCP/IP for agent lifecycle management

Your agent gets a name: focus.is.plugged.in DNS-safe, TLS-enabled, production-ready

4 months ago 0 0 1 0

The problem: Every AI platform has isolated tools, documents, and context

You're constantly: β€’ Re-uploading documents β€’ Reconfiguring tools β€’ Losing continuity between models

It's 2025 and we're still treating AI like it's 2020

4 months ago 0 0 1 0

πŸš€ We just shipped PAP v1.0 - the first comprehensive protocol for autonomous AI agent lifecycle management

Here's why it matters (and why the "zombie prevention" feature is actually genius) 🧡

4 months ago 1 0 1 0
Plugged.in - Enterprise MCP Platform for AI Integration Plugged.in is the enterprise Model Context Protocol (MCP) platform for seamless AI integration. Connect 7,000+ tools and 1,500+ MCP servers with SOC 2 certified security.

The crossroads for AI data exchanges isn't just a taglineβ€”it's our mission.
We're building the infrastructure layer for AI workflows, and we're doing it in the open, with the community, for everyone.

Whether you're a solo developer or an enterprise team, plugged.in scales with you.
Join us πŸš€

4 months ago 1 0 0 0

Ever wonder which MCP servers are trending? Now you can see! πŸ“Š
Our new trending analytics track:

Real-time installation counts
Active usage patterns
Community favorites
Rising stars

Data-driven discovery for your AI toolkit.
911 installations analyzed, insights delivered instantly.

5 months ago 1 0 0 0
Advertisement

RAG v2 is transforming how AI understands your documents.
178 documents, 17 AI models, infinite possibilities.
Every document is tracked with full attributionβ€”you know exactly which AI created or modified what, when, and why.
It's not just storage. It's institutional memory with a brain.

5 months ago 1 0 0 0

OAuth integration is live! πŸŽ‰
We're not just adding authenticationβ€”we're building a secure, seamless bridge between your AI tools and your favorite platforms.

No more manual credential management. No more security compromises.
Just smooth, secure integrations.

5 months ago 1 0 0 0

πŸ“ˆ Let's talk metrics:

19,147 MCP activities tracked
911 server installations
178 documents in RAG system
17 different AI models integrated
Sub-second search performance

These aren't just numbersβ€”they're interactions, workflows, and solutions built by our community.
What will your contribution be?

5 months ago 1 0 0 0