← Registry

Developer Tools

comark.dev

MCP server that lets assistants browse and search documentation by listing pages, reading them as markdown, and searching content.

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

ENDPOINT 1

https://comark.dev/mcp

No auth detected

MCP server metadata

Name
Comark Docs
Version
1.0.0
Capabilities
loggingtools.listChangedresources.listChangedprompts.listChanged

Known tools 3

get-page

Read a documentation page as markdown.

Inferred read-only
list-pages

List every page of the documentation with its path, title, and description.

Inferred read-only
search-docs

Search the documentation.

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.comark-docs]
url = "https://comark.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "comark-docs": {
      "type": "http",
      "url": "https://comark.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: comark-docs
Remote MCP URL: https://comark.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": {
    "comark-docs": {
      "url": "https://comark.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "comark-docs": {
      "type": "http",
      "url": "https://comark.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "comark-docs",
  "transport": "streamable-http",
  "url": "https://comark.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.