plori-ai/plori
Give your AI agent its own cloud computer. Create and drive hosted plori agents (persistent disk, real tools, memory that survives between sessions) over a remote MCP server: invoke an agent and read its reply, manage the human-in-the-loop queue, and schedule deferred runs. OAuth 2.1 sign-in or API key.
Ads
Overview
Give your AI agent its own cloud computer. Create and drive hosted plori agents (persistent disk, real tools, memory that survives between sessions) over a remote MCP server: invoke an agent and read its reply, manage the human-in-the-loop queue, and schedule deferred runs. OAuth 2.1 sign-in or API key.
Installation
claude mcp add --transport http plori https://api.plori.ai/mcp
Configuration
Configuration example is not available yet.
Capabilities
- Manage agents
Ask to `list_agents`, inspect details, create, or delete persistent cloud agents with their own disk and tools.
- Run agents and fetch results
Invoke an agent via `run_agent` (blocking or fire-and-forget), list runs, retrieve past outputs, or cancel in-flight executions.
- Handle human-in-the-loop
List an agent's pending questions with `list_questions` and submit answers to unblock its work.
- Schedule deferred work
Use `schedule_run` to queue an agent to execute later while you're away.
- Inspect workflows
`list_workflows` (filter by agent or unassigned), read step projections with `get_workflow`, or fetch exact version definitions via `get_workflow_version`.
- Check account status
Query `get_credits`, `get_usage`, `get_disk`, and `list_connections` to monitor balances, resource usage, and OAuth provider status.
Tags
- development
- awesome-list
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.