ai-labs-mcp-servers

mikeydiamonds/ai-labs-mcp-servers
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Custom MCP servers for DNSFilter, deployed as hosted connectors on MintMCP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-labs-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "mikeydiamonds/ai-labs-mcp-servers"
      ]
    }
  }
}

README Excerpt

Custom MCP servers for DNSFilter, deployed as hosted connectors on MintMCP. Naming convention: slug suffix encodes auth identity. `-svc` = shared service-account credential, full CRUD. `-viewer` = shared service-account credential, read-only. `-user` = per-user OAuth. `-agent` reserved for autonomous AI agents. See [CLAUDE.md](./CLAUDE.md) for the full convention.