MCP.so
登录

Plori

@plori-ai

关于 Plori

Give your AI agent its own cloud computer. Create and drive hosted plori agents over remote MCP: invoke agents and read replies, human-in-the-loop queue, scheduled runs.

基本信息

分类

其他

传输方式

stdio

发布者

plori-ai

提交者

Yuchen Liu

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "plori": {
      "type": "streamableHttp",
      "url": "https://api.plori.ai/mcp"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Plori?

Plori is an MCP (Model Context Protocol) server that enables you to invoke AI agents, read their replies, manage a human-in-the-loop approval queue, and schedule automated runs. It uses Streamable HTTP as its transport and is designed for developers integrating MCP-compatible agents into their workflows.

How to use Plori?

Connect your MCP client to the server URL https://api.plori.ai/mcp using Streamable HTTP transport. The README does not provide detailed installation or configuration instructions beyond the endpoint and transport type.

Key features of Plori

  • Invoke AI agents and read their replies
  • Human-in-the-loop queue for approval workflows
  • Scheduled runs for automated agent execution
  • Streamable HTTP transport (remote)

Use cases of Plori

  • Invoke an AI agent and review its output before proceeding
  • Queue agent tasks that require human approval at each step
  • Schedule regular agent runs (e.g., daily reports or monitoring)

FAQ from Plori

What transport does Plori use?

Plori uses Streamable HTTP, a remote transport protocol.

How do I connect to the Plori server?

Connect your MCP client to the server URL https://api.plori.ai/mcp using the Streamable HTTP transport.

Where is the source code or documentation?

The GitHub repository is at https://github.com/plori-ai/plori and the homepage is https://plori.ai/mcp.

评论

其他 分类下的更多 MCP 服务器