Memex

모델 컨텍스트 프로토콜을 위한 Memex
Memex는 웹 콘텐츠를 분석하고 지식 기반에 추가할 수 있는 MCP(Model Context Protocol) 도구입니다.
이 도구는 Vannevar Bush 의 Memex 프로젝트에서 영감을 얻었습니다.
요구 사항
다음 서비스를 이용하려면 API 키가 필요합니다.
이 도구로 생성된 지식 기반은 마크다운 파일로 저장되므로 모든 마크다운 뷰어로 볼 수 있지만 Obsidian을 사용하는 것이 좋습니다.
Related MCP server: Documentation Crawler & MCP Server
설치
지엑스피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그런 다음 검사기를 열고 서버에 연결합니다.
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