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然后打开检查器并连接到服务器。
A
license - permissive licenseA
qualityF
maintenanceMaintenance
–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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
