Import from GitHub

Paste your GitHub repo URL and we'll read the README, package.json, and agentdns.json to pre-populate your listing.

Tips for best results

  • Add an agentdns.json to your repo root for perfect auto-fill
  • A clear first line in your README becomes the tagline
  • GitHub topics and package.json keywords are used for capability detection

agentdns.json format

{
  "slug": "my-mcp-server",
  "name": "My MCP Server",
  "tagline": "Does amazing things",
  "capabilities": ["code-generation", "testing"],
  "protocols": ["mcp"],
  "endpoints": {
    "mcp": "https://my-server.example.com"
  }
}