← Back to Plugins
MCP Server MCP

Emercoin Agent

github By github 👁 1 views ▲ 0 votes

On-chain identity and durable memory for AI agents on the Emercoin blockchain (NVS).

Homepage Verified source GitHub

Install

oci:docker.io/emercoin/mcp:0.1.0

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://ai.emercoin.com/mcp",
      "headers": [
        {
          "description": "Bearer <session JWT> from https://ai.emercoin.com/login — required for write tools; read tools are open",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/emercoin/mcp:0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the edge gateway the MCP server talks to",
          "default": "https://ai.emercoin.com",
          "name": "GATEWAY_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http oci

Comments

Sign in to leave a comment

Loading comments...