plurnk-execs-mcp

plurnk/plurnk-execs-mcp
★ 0 stars TypeScript API Integration Updated 10d ago
MCP-bridge runtime executor for plurnk-service's exec scheme — each MCP server becomes its own EXEC tag, output contained behind its address.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "plurnk-execs-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "plurnk/plurnk-execs-mcp"
      ]
    }
  }
}

README Excerpt

MCP-bridge runtime executor for [plurnk-service](https://github.com/plurnk/plurnk-service)'s `exec` scheme. Each [Model Context Protocol](https://modelcontextprotocol.io/) server you configure becomes its own `EXEC` tag; the server's tools are called from the op body, and the output is contained behind the server's address — READ back slice-wise, never dumped into context.

Tools (1)

PLURNK_EXECS_MCP_INSTALL