← Back to Plugins
MCP Server MCP

io.github.agraciag/patxin

github By github 👁 1 views ▲ 0 votes

Request qualified humans for real-time cognitive micro-tasks on demand.

Homepage Verified source GitHub

Install

npx -y @patxin/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@patxin/mcp-server",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your patxin.com API key (starts with pk_live_ or pk_test_)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "PATXIN_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...