Skip to main content
Glama

Memex

by narphorium

メメックス

モデルコンテキストプロトコルのためのMemex

Memex は、Web コンテンツを分析してナレッジ ベースに追加できる Model Context Protocol (MCP) 用のツールです。

このツールは、Vannevar BushによるMemexプロジェクトからヒントを得ました。

要件

次のサービスには 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" } } } }

使用法

まず、参照する URL のリストを添えて、Claude に質問します。

What is the capital of France? "https://en.wikipedia.org/wiki/France"

クロードがコンテンツの分析を終えると、Obsidian Vault に結果が表示されます。その後、コンテンツについて質問すると、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.

Model Context Protocol (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
            821
            271
            JavaScript
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, we provide an installer as well as an MCP Server for Upstash Developer API's.
            Last updated -
            16
            66
            43
            TypeScript
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).
            Last updated -
            1
            9
            1
            JavaScript
            Apache 2.0
          • -
            security
            A
            license
            -
            quality
            Model Context Protocol (MCP) server that provides AI assistants with advanced web research capabilities, including Google search integration, intelligent content extraction, and multi-source synthesis.
            Last updated -
            25
            2
            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