Skip to main content
Glama

Memex

by narphorium

梅梅克斯

Memex 用于模型上下文协议

Memex 是一种模型上下文协议 (MCP) 工具,可让您分析网络内容并将其添加到您的知识库中。

该工具的灵感来自Vannevar BushMemex项目。

要求

您将需要以下服务的 API 密钥:

该工具生成的知识库存储为 Markdown 文件,因此可以使用任何 Markdown 查看器查看,但建议使用Obsidian

安装

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

然后打开检查器并连接到服务器。

http://localhost:5173?timeout=30000

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

模型上下文协议 (MCP) 工具允许您分析 Web 内容并将其添加到您的知识库,将内容存储为 Markdown 文件,以便使用 Obsidian 等工具轻松查看。

  1. 要求
    1. 安装
      1. 用法
        1. 发展

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server for web research. Bring real-time info into Claude and easily research any topic.
            Last updated -
            3
            854
            189
            JavaScript
            MIT License
            • Apple
          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server that enables semantic search and retrieval of documentation using a vector database (Qdrant). This server allows you to add documentation from URLs or local files and then search through them using natural language queries.
            Last updated -
            14
            74
            JavaScript
            Apache 2.0
            • Apple
          • A
            security
            F
            license
            A
            quality
            Built as a Model Context Protocol (MCP) server that provides advanced web search, content extraction, web crawling, and scraping capabilities using the Firecrawl API.
            Last updated -
            4
            1
            Python
            • Apple
            • Linux
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server that provides tools for managing todo items, including creation, updating, completion, deletion, searching, and summarizing tasks.
            Last updated -
            10
            4
            TypeScript
            MIT License

          View all related MCP servers

          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