Skip to main content
Glama

Memex

by narphorium

메멕스

모델 컨텍스트 프로토콜을 위한 Memex

Memex는 웹 콘텐츠를 분석하고 지식 기반에 추가할 수 있는 MCP(Model Context Protocol) 도구입니다.

이 도구는 Vannevar BushMemex 프로젝트에서 영감을 얻었습니다.

요구 사항

다음 서비스를 이용하려면 API 키가 필요합니다.

이 도구로 생성된 지식 기반은 마크다운 파일로 저장되므로 모든 마크다운 뷰어로 볼 수 있지만 Obsidian을 사용하는 것이 좋습니다.

설치

지엑스피1

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 목록을 적어 질문을 던지세요.

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

클로드가 콘텐츠 분석을 완료하면 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(Model Context Protocol)용 도구로, 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