MCP Directory

grahamrowe82/pt-edge

GitHub
Developer Tools

AI project intelligence MCP server. Tracks 300+ open-source AI projects across GitHub, PyPI, npm, HuggingFace, Docker Hub, and Hacker News. 47 MCP tools for discovery, comparison, trend analysis, and semantic search across AI repos, HuggingFace models/datasets, and public APIs.

Direct install

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

npx -y pt-edge

Use with Agent-CoreX

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

agent-corex.json

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

Route grahamrowe82/pt-edge 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 pt-edge

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

Direct Install

Use grahamrowe82/pt-edge directly without routing

npx -y pt-edge

New to Agent-CoreX? View setup guide →

grahamrowe82/pt-edge MCP Server — Agent-CoreX