Loading MCP server directory, please wait...
On-chain identity and durable memory for AI agents on the Emercoin blockchain (NVS).
npx @getmcp/cli add io.github.emercoin/emercoin-agentRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.emercoin/emercoin-agent": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GATEWAY_URL",
"docker.io/emercoin/mcp:0.1.0"
],
"env": {
"GATEWAY_URL": "https://ai.emercoin.com"
}
}
}
}