← Registry

AI & Machine Learning

emdly.com

Manages skills for AI agents, enabling search, retrieval, installation, and submission.

1 endpoint8 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://emdly.com/mcp

No auth detected

MCP server metadata

Name
emdly
Version
1.0.0
Capabilities
toolsresourcesprompts
Server instructions

The emdly catalog of Markdown skills for AI agents, plus your private Brain. Public: search_skills to find a skill, get_skill to load its Markdown body. install_skill returns the Markdown of a skill for the agent you run in (save it under ./skills/); with a bearer token and a hosted emdly agent it installs there instead. brain_list / brain_search / brain_get read your Brain (private Markdown memory: what is true in your context), brain_write creates or updates a file (previous versions are kept; never store credentials there). submit_skill sends a skill you wrote to the review queue (checks + safety scan run immediately; a human publishes).

Known tools 8

search_skills

Search the emdly catalog.

Inferred read-only
get_skill

Load the Markdown body of a skill by its owner/name id, optionally pinned to a version number.

Inferred read-only
install_skill

Install a skill into the agent you are running in: returns the full Markdown and the path to save it (.

Inferred read-only
submit_skill

Submit a skill to emdly for review (needs sign-in).

Inferred read-only
brain_list

List the files in your Brain (private Markdown memory).

Inferred read-only
brain_search

Search your Brain files for a phrase; returns matching files with the surrounding lines so you can decide what to brain_get.

Inferred read-only
brain_get

Read one Brain file by name (e.

Inferred read-only
brain_write

Create or update a Brain file.

Potential side effects

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

.mcp.json

{
  "mcpServers": {
    "emdly": {
      "type": "http",
      "url": "https://emdly.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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