Emercoin Agent
Rank #17,670io.github.emercoin/emercoin-agent
On-chain identity and durable memory for AI agents on the Emercoin blockchain (NVS).
Emercoin Agent is a Model Context Protocol (MCP) server published by emercoin. It ranks #17,670 of 132,113 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Emercoin Agent is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 12, 2026 and most recently updated on Jun 12, 2026.
Ranks ahead of 114,443 of 132,113 servers on MCP Toplist.
Use Emercoin Agent
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http emercoin-agent https://ai.emercoin.com/mcpclaude mcp add emercoin-agent -e "GATEWAY_URL=<your GATEWAY_URL>" -- docker run -i --rm docker.io/emercoin/mcp:0.1.0Replace each placeholder with your own value before saving.
[mcp_servers.emercoin-agent]
url = "https://ai.emercoin.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.emercoin-agent]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/emercoin/mcp:0.1.0"]
[mcp_servers.emercoin-agent.env]
GATEWAY_URL = "<your GATEWAY_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://ai.emercoin.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"emercoin-agent": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/emercoin/mcp:0.1.0"
],
"env": {
"GATEWAY_URL": "<your GATEWAY_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emercoin-agent": {
"url": "https://ai.emercoin.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"emercoin-agent": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/emercoin/mcp:0.1.0"
],
"env": {
"GATEWAY_URL": "<your GATEWAY_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"emercoin-agent": {
"type": "http",
"url": "https://ai.emercoin.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"emercoin-agent": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/emercoin/mcp:0.1.0"
],
"env": {
"GATEWAY_URL": "<your GATEWAY_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emercoin-agent": {
"serverUrl": "https://ai.emercoin.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"emercoin-agent": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/emercoin/mcp:0.1.0"
],
"env": {
"GATEWAY_URL": "<your GATEWAY_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"emercoin-agent": {
"url": "https://ai.emercoin.com/mcp"
}
}
}{
"mcpServers": {
"emercoin-agent": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/emercoin/mcp:0.1.0"
],
"env": {
"GATEWAY_URL": "<your GATEWAY_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.emercoin%2Femercoin-agent)<a href="https://mcptoplist.com/server/io.github.emercoin%2Femercoin-agent"><img src="https://mcptoplist.com/badge/io.github.emercoin%2Femercoin-agent.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
emercoin
Other servers by emercoin
View all emercoin servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jun 12, 2026 |
| 0.1.0 | Jun 12, 2026 |
Frequently asked questions
- Who maintains Emercoin Agent?
- Emercoin Agent is maintained by emercoin, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Emercoin Agent listed on the Official MCP Registry?
- Yes — Emercoin Agent is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Emercoin Agent have?
- MCP Toplist tracks 2 versions of Emercoin Agent, most recently published on Jun 12, 2026.
- Where can I find the source code for Emercoin Agent?
- The source code for Emercoin Agent is hosted at github.com/emercoin/emer-ai-tools.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.