MCP Directory

yshngg/pmcp

GitHub
Developer Tools

A Prometheus Model Context Protocol Server.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y pmcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from yshngg/pmcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "pmcp": {
      "command": "npx",
      "args": [
        "-y",
        "pmcp"
      ]
    }
  }
}

Route yshngg/pmcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add pmcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use yshngg/pmcp directly without routing

npx -y pmcp

New to Agent-CoreX? View setup guide →

yshngg/pmcp MCP Server — Agent-CoreX