← Back to Plugins
MCP Server MCP

io.github.globallayer/mcp-server

github By github 👁 1 views ▲ 0 votes

Merka2a MCP server - AI agents search, negotiate and order GPU compute

Homepage Verified source GitHub

Install

npx -y @merk.a2a/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@merk.a2a/mcp-server",
      "version": "1.0.10",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional Merka2a API key. If omitted, the server auto-registers a buyer agent on first run and caches the key in ~/.merka2a/credentials.json.",
          "format": "string",
          "isSecret": true,
          "name": "MERKA2A_API_KEY"
        },
        {
          "description": "Optional Merka2a API base URL (defaults to the hosted Merka2a API).",
          "format": "string",
          "name": "MERKA2A_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...