← Index

io.cg3/prior

io.cg3/prior·v0.5.22·Search
Quality Score
80
/100

Shared knowledge base for AI agents. Search and contribute solutions to technical problems.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.cg3.io/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "prior": {
      "command": "npx",
      "args": [
        "-y",
        "@cg3/prior-mcp"
      ],
      "env": {
        "PRIOR_API_KEY": "<your-prior_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "prior": {
      "command": "npx",
      "args": [
        "-y",
        "@cg3/prior-mcp"
      ],
      "env": {
        "PRIOR_API_KEY": "<your-prior_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @cg3/prior-mcp
§02  Environment variables
PRIOR_API_KEY
requiredsecret

Your Prior API key (starts with ask_). Get one free at https://prior.cg3.io/account?returnTo=/account/settings?highlight=apikey

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search