← emdly.com

INDIVIDUAL MCP TOOL

brain_get

Read one Brain file by name (e.

emdly.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://emdly.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for brain_get and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

emdly.com

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.

Related tools

  • search_skills — Search the emdly catalog.
  • get_skill — Load the Markdown body of a skill by its owner/name id, optionally pinned to a version number.
  • install_skill — Install a skill into the agent you are running in: returns the full Markdown and the path to save it (.
  • submit_skill — Submit a skill to emdly for review (needs sign-in).
  • brain_list — List the files in your Brain (private Markdown memory).
  • brain_search — Search your Brain files for a phrase; returns matching files with the surrounding lines so you can decide what to brain_get.
  • brain_write — Create or update a Brain file.