MCP Server
MCP
Emercoin Agent
On-chain identity and durable memory for AI agents on the Emercoin blockchain (NVS).
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
By
Comments
Sign in to leave a comment