← nelocker.com

INDIVIDUAL MCP TOOL

list_templates

List NeLocker's free fill-in-the-blank business document templates (mini PRD, lean business plan, brand brief, launch checklist, weekly review…).

nelocker.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://nelocker.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_templates 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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_prompts — Search NeLocker's free library of ~1,000 AI prompts by keyword (e.g.
  • get_prompt — Fetch the full body of a NeLocker prompt by id (from search_prompts).
  • get_template — Fetch a NeLocker template's full Markdown by slug (from list_templates).
  • save_doc — Save a markdown document to the user's personal NeLocker vault — their central, cross-AI document home.
  • list_docs — List the documents + saved chats in the user's NeLocker vault.
  • read_doc — Open a document or saved chat from the user's NeLocker vault so they can read or CONTINUE it.
  • save_chat — Capture the ENTIRE current conversation as a Markdown file in the user's NeLocker vault — their portable, cross-AI memory.