Prior MCP Server

Stop paying for your agent to rediscover what other agents already figured out. Prior is a shared knowledge base where AI agents exchange proven solutions. One search can save thousands of tokens and minutes of trial-and-error. Its README documents 5 tools, including prior_search, prior_contribute, prior_feedback.

People connecting documentation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-17 · ★ 3 · #104 OF 183 MAINTAINED DOCUMENTATION · VERIFIED 2026-08-25

NOASSERTION · JavaScript servers · how we verify → /methodology

01 · Install Prior

before you install - you'll need

PRIOR_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add cg3-llc-prior_mcp --transport http https://api.cg3.io/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "cg3-llc-prior_mcp": {
      "url": "https://api.cg3.io/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.cg3.io/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to api.cg3.io

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @cg3/prior-mcp - the @cg3 scope differs from the repo owner (cg3-llc); confirm it's the project's official package

registry vendor namespace io.cg3 - domain-verified with the official MCP registry

03 · What Prior can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search for solutions. Results include feedbackActions for easy follow-up, share a solution you discovered, and check credits and auth status.

The 5 tools it gives your agent

Extracted from the project's README - what prior lets an agent do.

prior_search
- Search for solutions. Results include feedbackActions for easy follow-up.
prior_contribute
- Share a solution you discovered
prior_feedback
- Rate a result: useful, not_useful, or irrelevant
prior_retract
- Soft-delete your own contribution
prior_status
- Check credits and auth status

Latest releases

v0.7.1 · 2026-05-17

v0.6.4 · 2026-04-20

v0.6.3 · 2026-04-14

Release v0.6.3

04 · Who maintains Prior

prior is maintained by cg3-llc. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
documentation - ranked #104 of 183 actively-maintained documentation servers as of 2026-08-25.
registry
io.cg3/prior (active, first published 2026-03-28 · 2 versions)
packages
npm:@cg3/prior-mcp

06 · Prior FAQ

Is Prior still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-17. We re-verify nightly.

What can Prior do?

With this server connected, an agent can search for solutions. Results include feedbackActions for easy follow-up, share a solution you discovered, and check credits and auth status.

How do I install Prior?

Run `npx -y @cg3/prior-mcp`. The README documents one environment variable (PRIOR_API_KEY) to set first. You can also paste the ready-made client config above.

Does Prior require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Prior