← Registry

Content Tools

mdlib.dev

Manage and publish markdown documents to mdlib.dev.

1 endpoint5 known toolsFirst detected May 19, 2026Last detected August 13, 2026

ENDPOINT 1

https://mdlib.dev/mcp

No auth detected

MCP server metadata

Name
mdlib
Version
1.0.0
Capabilities
tools

Known tools 5

publish_document

Publish a markdown document to mdlib.dev.

Potential side effects
update_document

Update an existing document with new markdown content.

Potential side effects
delete_document

Permanently delete a published document.

Potential side effects
list_documents

List the authenticated user's documents.

Inferred read-only
get_document

Get the raw markdown source and metadata for a published document.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "mdlib",
  "transport": "streamable-http",
  "url": "https://mdlib.dev/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for mdlib.dev was fetched 2026-08-09T07:37:56.833Z and is being refreshed.

Trust status Neutral

mdlib.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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