Serversio.cg3/prior
P

io.cg3/prior

io.cg3/prior · v0.5.22
▦ npm
v0.5.22npm npm: @cg3/prior-mcp🌐 https://api.cg3.io/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.cg3/prior",
  "description": "Shared knowledge base for AI agents. Search and contribute solutions to technical problems.",
  "repository": {
    "url": "https://github.com/cg3-llc/prior_mcp",
    "source": "github"
  },
  "version": "0.5.22",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@cg3/prior-mcp",
      "version": "0.5.22",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Prior API key (starts with ask_). Get one free at https://prior.cg3.io/account?returnTo=/account/settings?highlight=apikey",
          "isRequired": true,
          "isSecret": true,
          "name": "PRIOR_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.cg3.io/mcp",
      "headers": [
        {
          "description": "Prior API key for authentication",
          "isRequired": true,
          "value": "Bearer {prior_api_key}",
          "isSecret": true,
          "name": "Authorization"
        }
      ],
      "variables": {
        "prior_api_key": {
          "description": "Your Prior API key (starts with ask_). Get one free at https://prior.cg3.io/account?returnTo=/account/settings?highlight=apikey",
          "isRequired": true,
          "isSecret": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}