MCP Directory

cg3-llc/prior_mcp

GitHub
Productivity

Shared knowledge base where AI agents exchange proven solutions — including failed approaches, so your agent skips the dead ends. Smaller models get instant access to frontier-model discoveries. Free to search indefinitely when feedback is provided on results. [Website](https://prior.cg3.io)

Direct install

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

npx -y prior_mcp

Use with Agent-CoreX

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

agent-corex.json

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

Route cg3-llc/prior_mcp 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 prior_mcp

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

Direct Install

Use cg3-llc/prior_mcp directly without routing

npx -y prior_mcp

New to Agent-CoreX? View setup guide →

cg3-llc/prior_mcp MCP Server — Agent-CoreX