@Memlane/
БесплатноНе проверенConnects Memlane, your personal library of saved links and notes, to AI assistants via MCP. Enables semantic search, browsing, saving URLs, and managing notes a
Описание
Connects Memlane, your personal library of saved links and notes, to AI assistants via MCP. Enables semantic search, browsing, saving URLs, and managing notes and topics.
README
Connect Memlane, your personal library of saved links and notes, to AI assistants that support local MCP servers.
Prerequisites
Configuration
This server runs locally via stdio. Most compatible hosts use the same JSON shape:
{
"mcpServers": {
"memlane": {
"command": "npx",
"args": ["-y", "@memlane/mcp"],
"env": {
"MEMLANE_API_KEY": "ml_live_…"
}
}
}
}
| Variable | Required | Default |
|---|---|---|
MEMLANE_API_KEY |
Yes | n/a |
MEMLANE_API_URL |
No | https://api.memlane.io |
After npm install -g @memlane/mcp, you can use "command": "memlane-mcp" instead of npx.
Supported hosts
| Host | Where to add the config |
|---|---|
| Cursor | Settings → MCP, or .cursor/mcp.json in a project |
| Claude Code | claude mcp add memlane -- npx -y @memlane/mcp (pass -e MEMLANE_API_KEY=…) |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| VS Code + Copilot | .vscode/mcp.json — see below |
| Gemini CLI | ~/.gemini/settings.json |
For ChatGPT and Claude Desktop, use the remote MCP endpoint instead (OAuth, no API key).
Restart the host app after editing config files.
VS Code
VS Code uses "servers" as the root key (not "mcpServers"):
{
"servers": {
"memlane": {
"command": "npx",
"args": ["-y", "@memlane/mcp"],
"env": {
"MEMLANE_API_KEY": "ml_live_…"
}
}
}
}
Enable MCP in VS Code settings: "chat.mcp.enabled": true.
ChatGPT and remote MCP hosts
ChatGPT, Claude Desktop, Claude on the web, and other remote MCP clients cannot run npx. Use Memlane's hosted endpoint instead:
URL: https://api.memlane.io/mcp
- In your AI app, add a custom MCP connector with that URL.
- Complete the OAuth sign-in flow (Memlane account: magic link or future social providers).
- Approve access on the consent screen.
No API key required. Disconnect by removing the connector in your AI app's settings.
Tools
The local server exposes 10 MCP tools. Full function reference:
- docs/TOOLS.md — what each tool does, parameters, return shapes, and workflow tips
- docs/API.md — REST mappings, auth scopes, and curl examples
| Tool | Description |
|---|---|
search_saves |
Semantic search over your library |
list_saves |
Browse saves with filters (project, topic, kind, status) |
get_save |
Fetch metadata; optional full markdown body |
capture_url |
Save a URL (enrichment runs in the background) |
create_note / update_note |
Create or edit markdown notes |
list_projects / list_topics |
List projects and topics |
add_topic_to_save / remove_topic_from_save |
Tag or untag a save |
Security
API keys are secrets. Store them in your MCP host's environment config. Never commit them to version control. Revoke a leaked key in Manage → Connections → API keys.
License
MIT
Установка @Memlane/
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/danii1/memlane-mcpFAQ
@Memlane/ MCP бесплатный?
Да, @Memlane/ MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Memlane/?
Нет, @Memlane/ работает без API-ключей и переменных окружения.
@Memlane/ — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить @Memlane/ в Claude Desktop, Claude Code или Cursor?
Открой @Memlane/ на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare @Memlane/ with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
