← Index

io.github.chorghemaruti64-creator/agenium-mcp-server

io.github.chorghemaruti64-creator/agenium-mcp-server·v0.1.3·Other
Quality Score
77
/100

Bridge MCP servers to the AGENIUM agent:// network via DNS discovery

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agenium-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agenium/mcp-server"
      ],
      "env": {
        "AGENIUM_DNS_URL": "<agenium_dns_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agenium-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agenium/mcp-server"
      ],
      "env": {
        "AGENIUM_DNS_URL": "<agenium_dns_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @agenium/mcp-server
§02  Environment variables
AGENIUM_DNS_URL

AGENIUM DNS server URL (optional, defaults to public resolver)

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other