能力标签
DNS-AID核心
🔌
MCP工具

DNS-AID核心

基于 Python · 让 AI 助手直接操作你的系统与工具
英文名:dns-aid-core
⭐ 15 Stars 🍴 9 Forks 💻 Python 📄 Apache-2.0 🏷 AI 7.5分
7.5AI 综合评分
dnsagent-discoveryai-agents
✦ AI Skill Hub 推荐

AI Skill Hub 推荐使用:DNS-AID核心 是一款优质的MCP工具。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的MCP工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

DNS-AID核心 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 DNS-AID核心,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。DNS-AID核心 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 DNS-AID核心 评为 AI 评分 7.5 分,属于同类工具中的优质选择。

📋 工具概览

DNS-AID核心 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 15
开发语言
Python
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
Apache-2.0
AI 综合评分
7.5 分
工具类型
MCP工具
Forks
9

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

DNS-AID核心 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/dns-aid/dns-aid-core

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "dns-aid--": {
      "command": "npx",
      "args": ["-y", "dns-aid-core"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 DNS-AID核心 执行以下任务...
Claude: [自动调用 DNS-AID核心 MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "dns-aid__": {
      "command": "npx",
      "args": ["-y", "dns-aid-core"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 80/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

DNS-AID

CI Security CodeQL OpenSSF Scorecard OpenSSF Best Practices License Python PyPI

DNS-based Agent Identification and Discovery

Reference implementation of the DNS-AID specification, developed at the IETF: https://datatracker.ietf.org/doc/draft-mozleywilliams-dnsop-dnsaid/.

DNS-AID enables AI agents to discover each other via DNS, using the internet's existing naming infrastructure instead of centralized registries or hardcoded URLs.

Install all workspace packages (requires uv)

uv sync

Install

```bash

Install from PyPI

pip install "dns-aid[cli,mcp]"

Or install the latest unreleased main from GitHub

pip install "dns-aid[cli,mcp] @ git+https://github.com/infobloxopen/dns-aid-core.git" ```

For backend-specific extras (route53, cloudflare, ns1, cloud_dns, infoblox, ddns), see the Getting Started Guide.

Route 53 Setup

1. Configure AWS credentials:

   export AWS_ACCESS_KEY_ID="your-access-key"
   export AWS_SECRET_ACCESS_KEY="your-secret-key"
   export AWS_DEFAULT_REGION="us-east-1"  # Optional
   

Or use AWS CLI profiles:

   aws configure
   # Or use a named profile
   export AWS_PROFILE="my-profile"
   

2. Verify zone access:

   dns-aid zones
   

3. Publish your agent:

   dns-aid publish -n my-agent -d myzone.com -p mcp -e mcp.myzone.com
   

Infoblox UDDI Setup

Infoblox UDDI (Universal DDI) is Infoblox's cloud-native DDI platform. DNS-AID supports creating SVCB and TXT records via the Infoblox API.

Environment Variables

VariableRequiredDefaultDescription
INFOBLOX_API_KEYYes-Infoblox UDDI API key from Cloud Portal
INFOBLOX_DNS_VIEWNodefaultDNS view name (zones exist within views)
INFOBLOX_BASE_URLNohttps://csp.infoblox.comAPI base URL

Step-by-Step Setup

1. Get your API key from Infoblox Cloud Portal: - Navigate to AdministrationAPI Keys - Create a new API key with DNS permissions - Copy the key (shown only once)

2. Configure environment variables:

   export INFOBLOX_API_KEY="your-api-key"
   export INFOBLOX_DNS_VIEW="default"  # Or your specific view name
   

3. Identify your zone and view: - In Infoblox Portal, go to DNSAuthoritative Zones - Note the zone name (e.g., example.com) and which view it belongs to

4. Use in Python:

   from dns_aid.backends.infoblox import InfobloxBloxOneBackend
   from dns_aid.core.publisher import set_default_backend
   from dns_aid import publish

   # Initialize backend (reads from environment variables)
   backend = InfobloxBloxOneBackend()

   # Or with explicit configuration
   backend = InfobloxBloxOneBackend(
       api_key="your-api-key",
       dns_view="default",  # Your DNS view name
   )

   set_default_backend(backend)

   await publish(
       name="my-agent",
       domain="example.com",
       protocol="mcp",
       endpoint="agent.example.com",
       capabilities=["chat", "code-review"]
   )
   

Infoblox UDDI Limitations & DNS-AID Compliance

⚠️ Important: Infoblox UDDI SVCB records only support "alias mode" (priority 0) and do not support SVC parameters (alpn, port, mandatory). This means Infoblox UDDI is not fully compliant with the DNS-AID draft. The draft requires ServiceMode SVCB records (priority > 0) with mandatory alpn and port parameters. Infoblox UDDI's limitation is a platform constraint, not a DNS-AID limitation.
DNS-AID RequirementRoute 53Infoblox UDDI
ServiceMode (priority > 0)
alpn parameter
port parameter
mandatory key

For full DNS-AID compliance, use Route 53 or another RFC 9460-compliant DNS provider.

DNS-AID stores alpn and port in TXT records as a fallback for Infoblox UDDI, but this is a workaround and not standard-compliant for agent discovery.

Verify Records via API

Since Infoblox UDDI zones may not be publicly resolvable, verify records via the API:

async with InfobloxBloxOneBackend() as backend:
    async for record in backend.list_records("example.com", name_pattern="my-agent"):
        print(f"{record['type']}: {record['fqdn']}")

DDNS Setup (RFC 2136)

DDNS (Dynamic DNS) is a universal backend that works with any DNS server supporting RFC 2136, including BIND9, Windows DNS, PowerDNS, and Knot DNS. This is ideal for on-premise DNS infrastructure without vendor-specific APIs.

Environment Variables

VariableRequiredDefaultDescription
DDNS_SERVERYes-DNS server hostname or IP
DDNS_KEY_NAMEYes-TSIG key name
DDNS_KEY_SECRETYes-TSIG key secret (base64)
DDNS_KEY_ALGORITHMNohmac-sha256TSIG algorithm
DDNS_PORTNo53DNS server port

Step-by-Step Setup

1. Create a TSIG key on your DNS server (BIND example):

   tsig-keygen -a hmac-sha256 dns-aid-key > /etc/bind/dns-aid-key.conf
   

2. Configure your zone to allow updates with the key:

   zone "example.com" {
       type master;
       file "/var/lib/bind/example.com.zone";
       allow-update { key "dns-aid-key"; };
   };
   

3. Configure DNS-AID:

   export DDNS_SERVER="ns1.example.com"
   export DDNS_KEY_NAME="dns-aid-key"
   export DDNS_KEY_SECRET="your-base64-secret"
   

4. Use in Python:

   from dns_aid.backends.ddns import DDNSBackend
   from dns_aid import publish

   backend = DDNSBackend()
   # Or with explicit configuration
   backend = DDNSBackend(
       server="ns1.example.com",
       key_name="dns-aid-key",
       key_secret="base64secret==",
       key_algorithm="hmac-sha256"
   )

   await publish(
       name="my-agent",
       domain="example.com",
       protocol="mcp",
       endpoint="agent.example.com",
       backend=backend
   )
   

DDNS Advantages

  • Universal: Works with BIND, Windows DNS, PowerDNS, Knot, and any RFC 2136 server
  • No vendor lock-in: Standard protocol, no proprietary APIs
  • On-premise friendly: Perfect for enterprise internal DNS
  • Full DNS-AID compliance: Supports ServiceMode SVCB with all parameters

Cloudflare Setup

Cloudflare DNS is ideal for demos, workshops, and quick prototyping thanks to its free tier and excellent API support. DNS-AID fully supports Cloudflare's SVCB record implementation.

Environment Variables

VariableRequiredDefaultDescription
CLOUDFLARE_API_TOKENYes-API token with DNS edit permissions
CLOUDFLARE_ZONE_IDNo-Zone ID (auto-discovered if not set)

Step-by-Step Setup

1. Create an API token in Cloudflare Dashboard: - Go to My ProfileAPI TokensCreate Token - Use the "Edit zone DNS" template or create custom with: - Permissions: Zone → DNS → Edit - Zone Resources: Include → Specific zone → your-domain.com - Copy the token (shown only once)

2. Configure environment variables:

   export CLOUDFLARE_API_TOKEN="your-api-token"
   # Optional: specify zone ID (otherwise auto-discovered from domain)
   export CLOUDFLARE_ZONE_ID="your-zone-id"
   

3. Publish your first agent:

   dns-aid publish \
       --name my-agent \
       --domain your-domain.com \
       --protocol mcp \
       --endpoint agent.your-domain.com \
       --backend cloudflare
   

4. Use in Python:

   from dns_aid.backends.cloudflare import CloudflareBackend
   from dns_aid import publish

   # Initialize backend (reads from environment variables)
   backend = CloudflareBackend()

   # Or with explicit configuration
   backend = CloudflareBackend(
       api_token="your-api-token",
       zone_id="optional-zone-id",  # Auto-discovered if not provided
   )

   await publish(
       name="my-agent",
       domain="your-domain.com",
       protocol="mcp",
       endpoint="agent.your-domain.com",
       backend=backend
   )
   

Cloudflare Advantages

  • Free tier: DNS hosting is free for unlimited domains
  • SVCB support: Full RFC 9460 compliance with SVCB Type 64 records
  • Global anycast: Fast DNS resolution worldwide
  • Simple API: Well-documented REST API v4
  • Full DNS-AID compliance: Supports ServiceMode SVCB with all parameters

Quick Start

CLI Usage

```bash

Examples

See the examples/ directory:

  • demo_route53.py - Basic Route 53 publish/discover
  • demo_full.py - Complete end-to-end demonstration

```bash

Run the full demo

export DNS_AID_TEST_ZONE="your-zone.com" python examples/demo_full.py ```

directory_api_url can also be set via DNS_AID_SDK_DIRECTORY_API_URL env var.

config = SDKConfig(directory_api_url="https://api.example.com")

async with AgentClient(config=config) as client: response = await client.search( q="payment processing", protocol="mcp", capabilities=["payment-processing"], min_security_score=70, verified_only=True, ) for r in response.results: print(f"{r.score:.2f} {r.agent.fqdn} T{r.trust.trust_tier}")


**Zero-trust composition**: Path B → Path A re-verify before invoking. Directory is
opt-in convenience; DNS substrate is the authoritative trust gate.
python async with AgentClient(config=config) as client: response = await client.search(q="fraud detection", min_security_score=70) for candidate in response.results: verified = await dns_aid.discover( candidate.agent.domain, name=candidate.agent.name, require_signed=True, ) # Invoke only when DNS substrate confirms the directory's claim. ```

Cross-domain search via configured directory backend (v0.19.0+)

export DNS_AID_SDK_DIRECTORY_API_URL=https://api.example.com dns-aid search "payment processing" --protocol mcp --min-security-score 70

SDK: Invoke Agents & Capture Telemetry (v0.6.0+)

```python import dns_aid

Fetch community-wide rankings from the directory API (v0.19.0+)

from dns_aid.sdk import AgentClient, SDKConfig

config = SDKConfig(directory_api_url="https://api.example.com") async with AgentClient(config) as client: rankings = await client.fetch_rankings(limit=10) for r in rankings: print(f"{r['agent_fqdn']}: {r['composite_score']}")


**OpenTelemetry (v0.23.0+):** install `dns-aid[otel]` and set
`otel_enabled=True` (or `DNS_AID_SDK_OTEL_ENABLED=true`) to emit spans +
metrics per invoke and propagate W3C trace context to downstream agents.
See [docs/integrations/opentelemetry.md](docs/integrations/opentelemetry.md).

For advanced usage (connection reuse, OTEL export):
python from dns_aid.sdk import AgentClient, SDKConfig

config = SDKConfig( otel_enabled=True, # Export to OpenTelemetry caller_id="my-app", http_push_url="https://api.example.com/v1/telemetry/signals", )

async with AgentClient(config=config) as client: resp = await client.invoke(agent, method="tools/call", arguments={...}) fqdns = [a.fqdn for a in agents] ranked = client.rank(fqdns) # Rank by local telemetry signals ```

SDK: Per-Invoke Credential Provider Callback (v0.21.0+)

For short-lived credentials (RFC 8693 token exchange, AWS STS assume-role, HashiCorp Vault dynamic secrets, HSM/KMS-backed signing keys), pass an opt-in async credential_provider callback to invoke(). The SDK awaits the callback lazily at invoke time with the target AgentRecord and uses the returned dict for auth resolution. Strictly additive — every existing call site continues to work without source change.

async def token_exchange_provider(agent: AgentRecord) -> dict[str, str]:
    # Mint a fresh delegation token per call — e.g., RFC 8693 token exchange
    # against Keycloak / Okta / Auth0 / Microsoft Entra ID.
    return {"token": await my_idp.exchange_token(subject_token, agent.fqdn)}

async with AgentClient(config=config) as client:
    resp = await client.invoke(
        agent,
        method="tools/list",
        credential_provider=token_exchange_provider,
    )

Precedence: auth_handler > credentials > credential_provider > no_auth. See docs/security-credentials.md for the per-handler security matrix, audit-trail flow, and the examples/integration_oauth2_token_exchange.py and examples/integration_aws_sts_assume_role.py canonical patterns.

CLI with HTTP index

dns-aid discover example.com --use-http-index

python

Choosing the Right Interface

DNS-AID provides three interfaces. Choose based on your use case:

CLI Tool

Best for: Operators, DevOps, and quick manual operations.

dns-aid discover example.com --protocol mcp
Use CaseExample
Manual publishing/discoveryTesting a new agent deployment
Shell scripts and automationcron jobs, deployment scripts
Debugging and troubleshootingChecking DNS records exist
Zone managementListing agents, bulk operations

Claude Desktop Integration

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "dns-aid": {
      "command": "dns-aid-mcp"
    }
  }
}

Then Claude can discover and connect to AI agents:

"Find available agents at example.com" "Publish my chat agent to DNS at mycompany.com" "Discover agents at example.com and search for flights from SFO to JFK"

Live Demo

Try the live demo with Claude Desktop:

{
  "mcpServers": {
    "dns-aid": {
      "command": "python",
      "args": ["-m", "dns_aid.mcp.server"]
    }
  }
}

Then ask Claude to discover and use the booking agent:

"Discover agents at example.com using HTTP index, find a booking agent, and search for flights from SFO to JFK on March 15th 2026"

Claude will: 1. Call discover_agents_via_dns → finds booking-agent at https://booking.example.com/mcp 2. Call list_agent_tools → sees search_flights, get_flight_details, check_availability, create_reservation 3. Call call_agent_tool → searches for flights and returns results

Server-Side: Agent Directory Pipeline

┌──────────────────────────────────────────────────────────────────────────┐
│                    AGENT DIRECTORY PIPELINE                              │
│                                                                          │
│  ┌──────────┐   ┌───────────────┐   ┌──────────────┐   ┌────────────┐  │
│  │ CRAWLING │──▶│   CURATION    │──▶│   INDEXING   │──▶│  SERVING   │  │
│  │          │   │               │   │              │   │            │  │
│  │ DNS SVCB │   │ trust_score   │   │ TSVECTOR     │   │ REST API   │  │
│  │ HTTP Idx │   │ security_score│   │ full-text    │   │ Search     │  │
│  │ .well-   │   │ telemetry     │   │ search       │   │ Rankings   │  │
│  │ known/   │   │ scoring       │   │              │   │            │  │
│  │ agent.json   │               │   │              │   │            │  │
│  └──────────┘   └───────────────┘   └──────────────┘   └────────────┘  │
│       │                                                                  │
│       ▼                                                                  │
│  ┌──────────────────────────────────────────────────────────────────┐   │
│  │             METADATA ENRICHMENT (Phase 5.5)                      │   │
│  │                                                                  │   │
│  │  GET /.well-known/agent.json                                     │   │
│  │    ├─ "aid_version" present? → Parse as DNS-AID AgentMetadata    │   │
│  │    └─ No? → Try A2A Agent Card → Transform to metadata fields    │   │
│  │                                                                  │   │
│  │  Extracts: transport, auth, capabilities (intent/semantics),     │   │
│  │            lifecycle (deprecated, sunset_date, successor)        │   │
│  └──────────────────────────────────────────────────────────────────┘   │
│                                                                          │
└──────────────────────────────────────────────────────────────────────────┘

Run tests for a specific package

uv run pytest packages/dns-aid-directory/tests/ uv run pytest packages/dns-aid-crawlers/tests/ uv run pytest packages/dns-aid-k8s/tests/

Background and Comparison

For background on how DNS-AID compares to other agent-discovery approaches (ANS, Google A2A+UCP, .agent gTLD, AgentDNS, NANDA, Web3, ai.txt) and "The Sovereignty Question", see docs/positioning.md. That content is non-normative — protocol positioning is determined at the IETF.

🇨🇳 中文文档镜像 AI 翻译 2026-05-30
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

DNS-AID 是一个用于发现、连接和管理 AI Agent 的核心框架。它通过集成 DNS 机制与 MCP 协议,为开发者提供了一套标准化的 Agent 发现与通信能力,旨在构建一个可信、可扩展的 AI 代理生态系统。

📋 环境依赖

在进行开发或运行工作区包之前,请确保系统中已安装 uv 包管理器。你可以通过执行 `uv sync` 命令来同步并安装所有必要的依赖环境。

🛠 安装步骤(Docker/pip/源码)

你可以通过 PyPI 使用 pip 安装包含 CLI 和 MCP 支持的版本:`pip install "dns-aid[cli,mcp]"`。若需使用 GitHub 上的最新开发版,请使用指定的 git 链接进行安装。此外,针对 Route53、Cloudflare、Infoblox 等特定的后端服务,请参考官方文档中的 Getting Started Guide 进行扩展安装。

🚀 使用教程

项目提供了便捷的 CLI 工具和示例代码。你可以通过命令行快速启动任务,或者参考 `examples/` 目录下的 Python 脚本(如 `demo_route53.py` 或 `demo_full.py`)进行端到端的完整功能演示。

⚙️ 配置说明(含 MCP / env)

可以通过环境变量 `DNS_AID_SDK_DIRECTORY_API_URL` 配置目录 API 地址。在 Python SDK 中,你可以通过 `SDKConfig` 对象进行初始化。此外,系统支持通过命令行参数进行跨域搜索,并支持设置 `--min-security-score` 等参数来过滤搜索结果。

🔌 API 说明

DNS-AID 提供功能强大的 SDK,支持调用 Agent 并捕获 Telemetry 数据。开发者可以使用 `AgentClient` 进行异步查询与排名获取。针对安全性要求较高的场景,SDK 还支持通过 `credential_provider` 回调函数,在调用时动态获取 AWS STS、HashiCorp Vault 或 KMS 等提供的短期凭证。

🔄 工作流/模块

项目支持与 Claude Desktop 无缝集成,通过在配置文件中添加 MCP Server 配置,使 Claude 具备发现和连接 AI Agent 的能力。在服务端,项目构建了一套完整的 Agent Directory Pipeline,涵盖了从 DNS SVCB 爬取(Crawling)、数据清洗(Curation)、索引构建(Indexing)到最终服务提供(Serving)的全自动化流程。

🎯 aiskill88 AI 点评 A 级 2026-05-27

高质量的开源MCP工具,实现DNS-based Agent Identification and Discovery

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • Python 依赖冲突:建议用 venv / uv 隔离环境
部署方案
  • Docker:dns-aid-core 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
dns-aid-core 中文教程dns-aid-core 安装报错怎么办dns-aid-core MCP 配置dns-aid-core Docker 部署dns-aid-core Agent 工作流dns-aid-core 与同类工具对比dns-aid-core 最佳实践dns-aid-core 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
  • 构建企业知识库 / RAG 检索应用的团队
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
  • Python 依赖冲突:建议用 venv / uv 隔离环境

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +Apache-2.0 协议,可免费商用
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。

🔗 相关工具推荐

📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

dns-aid-core 是一款Python开发的AI辅助工具。开源MCP工具:DNS-based Agent Identification and Discovery - Reference Implementation for IETF。⭐15 · Python 主要应用场景包括:自动化agent识别和发现。
💡 AI Skill Hub 点评

总体来看,DNS-AID核心 是一款质量良好的MCP工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ Apache-2.0 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 DNS-AID核心
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 dns-aid-core
原始描述 开源MCP工具:DNS-based Agent Identification and Discovery - Reference Implementation for IETF。⭐15 · Python
Topics dnsagent-discoveryai-agents
GitHub https://github.com/dns-aid/dns-aid-core
License Apache-2.0
语言 Python
🔗 原始来源
🐙 GitHub 仓库  https://github.com/dns-aid/dns-aid-core

收录时间:2026-05-27 · 更新时间:2026-05-30 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。