← Registry

Developer Tools

mcpharbor.dev

An MCP server registry that allows searching, retrieving, and submitting MCP servers.

1 endpoint3 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://ai.mcpharbor.dev/mcp

No auth detected

MCP server metadata

Name
mcp-registry-search
Version
0.1.0
Capabilities
tools
Server instructions

A registry of MCP servers at https://ai.mcpharbor.dev. Use search_servers to find servers and get_server for install details. To add a server, first confirm with search_servers that it is not listed, then call submit_server. New submissions are reviewed before they appear in search.

Known tools 3

search_servers

Search the registry for MCP servers.

Inferred read-only
get_server

Get one server by its exact name: its server.

Inferred read-only
submit_server

Add an MCP server to the registry.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mcp-registry-search]
url = "https://ai.mcpharbor.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mcp-registry-search": {
      "type": "http",
      "url": "https://ai.mcpharbor.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mcp-registry-search
Remote MCP URL: https://ai.mcpharbor.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-registry-search": {
      "url": "https://ai.mcpharbor.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mcp-registry-search": {
      "type": "http",
      "url": "https://ai.mcpharbor.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mcp-registry-search",
  "transport": "streamable-http",
  "url": "https://ai.mcpharbor.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.