๋ชจ๋ธ ์ปจํ ์คํธ ํ๋กํ ์ฝ์ ์ํ 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.
Latest Blog Posts
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
