Memex

モデルコンテキストプロトコルのためのMemex
Memex は、Web コンテンツを分析してナレッジ ベースに追加できる Model Context Protocol (MCP) 用のツールです。
このツールは、Vannevar BushによるMemexプロジェクトからヒントを得ました。
要件
次のサービスには API キーが必要です。
このツールによって生成されたナレッジ ベースは Markdown ファイルとして保存されるため、任意の Markdown ビューアで表示できますが、 Obsidianが推奨されます。
Related MCP server: Documentation Crawler & MCP Server
インストール
pip install mcp-memexclaude_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次に、インスペクターを開いてサーバーに接続します。
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