Memex

Memex 用于模型上下文协议
Memex 是一种模型上下文协议 (MCP) 工具,可让您分析网络内容并将其添加到您的知识库中。
该工具的灵感来自Vannevar Bush的Memex项目。
要求
您将需要以下服务的 API 密钥:
该工具生成的知识库存储为 Markdown 文件,因此可以使用任何 Markdown 查看器查看,但建议使用Obsidian 。
Related MCP server: Documentation Crawler & MCP Server
安装
pip install mcp-memex将以下内容添加到您的claude_desktop_config.json并用实际路径和 API 密钥替换占位符:
{
"mcpServers": {
"memex": {
"command": "uv",
"args": [
"--directory",
"PATH_TO_LOCAL_MEMEX_REPO",
"run",
"mcp-memex",
"--index",
"PATH_TO_MEMEX_INDEX",
"--workspace",
"PATH_TO_OBSIDIAN_VAULT"
],
"env": {
"ANTHROPIC_API_KEY": "YOUR-API-KEY",
"FIRECRAWL_API_KEY": "YOUR-API-KEY",
"VOYAGE_API_KEY": "YOUR-API-KEY"
}
}
}
}用法
首先向 Claude 询问一个问题,并提供一份可供参考的 URL 列表。
What is the capital of France? "https://en.wikipedia.org/wiki/France"Claude 完成内容分析后,您将在 Obsidian 库中看到结果。之后,您可以针对内容提问,Memex 将使用知识库来解答您的问题。
What is the capital of France?发展
要在本地运行该工具,您可以使用以下命令:
npx @modelcontextprotocol/inspector \
uv \
--directory PATH_TO_LOCAL_MEMEX_REPO \
run \
mcp-memex \
--index PATH_TO_MEMEX_INDEX \
--workspace PATH_TO_OBSIDIAN_VAULT然后打开检查器并连接到服务器。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that allows LLMs to interact with web content through standardized tools, currently supporting web scraping functionality.1MIT
- AlicenseNot gradedqualityDmaintenanceToolset that crawls websites, generates Markdown documentation, and makes that documentation searchable via a Model Context Protocol (MCP) server for integration with tools like Cursor.42MIT
- AlicenseNot gradedqualityBmaintenanceA self-hosted MCP server that reads web pages and converts them to Markdown, with built-in web search and anti-crawl fallback using Playwright.1MIT
- FlicenseBqualityDmaintenanceCompiles web sources into structured, backlinked wiki pages in an Obsidian-compatible vault and enables querying the knowledge base via MCP.3
Related MCP Connectors
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Web tools for agents: fetch URL as markdown (free MCP) + x402 scrape, links, AI JSON, snapshot.
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/narphorium/mcp-memex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server