AI & Machine Learning
emdly.com
Manages skills for AI agents, enabling search, retrieval, installation, and submission.
ENDPOINT 1
https://emdly.com/mcp
MCP server metadata
- Name
- emdly
- Version
- 1.0.0
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
get_skillLoad the Markdown body of a skill by its owner/name id, optionally pinned to a version number.
Inferred read-onlyinstall_skillInstall a skill into the agent you are running in: returns the full Markdown and the path to save it (.
Inferred read-onlybrain_searchSearch your Brain files for a phrase; returns matching files with the surrounding lines so you can decide what to brain_get.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.