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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y pt-edgeAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add pt-edgeAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use grahamrowe82/pt-edge directly without routing
npx -y pt-edgeNew to Agent-CoreX? View setup guide →