Odel
agentdomain mcp

agentdomain mcp

Local
@marsheer3PythonUpdated 3mo ago

Register and manage internet domains for AI agents via AgentDomain

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIagentdomain-mcpv1.0.1

Run

uvx agentdomain-mcp

MCP client config

{
  "mcpServers": {
    "agentdomain-mcp": {
      "command": "uvx",
      "args": [
        "agentdomain-mcp"
      ]
    }
  }
}