geekmonks-mcp-bookmarks
geekmonks-mcp-bookmarks
GeekMonks MCP シリーズのコンパニオンラボ: stdio 上で動作するローカル bookmarks MCP サーバー (TypeScript)。
シリーズハブ: MCP Without the Hype
チェックポイントタグ:
part-3(ツールのみ)、part-4(ツール + リソースbookmarks://list+ プロンプトsummarize-bookmarks)
ホストに関する注意: ツールは Cursor で最も確実に表示されます。ホスト UI が制限されている場合でも、リソース と プロンプト は MCP Inspector で確認してください。
要件
Node.js 20+
Related MCP server: raindrop-mcp
セットアップ
git clone https://github.com/SRVivek1/geekmonks-mcp-bookmarks.git
cd geekmonks-mcp-bookmarks
git checkout part-3 # or part-4
npm install
npm run build任意: BOOKMARKS_PATH を JSON ファイルのパスに設定します。デフォルトのストア: ./data/bookmarks.json (初回使用時に作成され、gitignore されます)。
MCP Inspector (Cursor を使わずにツールを検証)
npm run build 実行後、リポジトリのルートから:
npx @modelcontextprotocol/inspector node dist/index.js接続して Tools を開き、list_bookmarks / add_bookmark / search_bookmarks を試してください。
タグ part-4 では、Resources (bookmarks://list) と Prompts (summarize-bookmarks) も確認してください。
Cursor (mcp.json)
プロジェクト設定の例 (絶対パスを調整してください):
{
"mcpServers": {
"bookmarks": {
"type": "stdio",
"command": "node",
"args": ["/ABS/PATH/TO/geekmonks-mcp-bookmarks/dist/index.js"]
}
}
}MCP をリロードするか、新しい Agent チャットを開始してください。プロンプトが表示されたらツール呼び出しを承認してください。
ロギングルール
プロトコルのノイズを stdout に書き込まないでください。このサーバーは console.error (stderr) のみでログを出力します。
ライセンス
MIT
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
- FlicenseAqualityCmaintenanceA bookmark management MCP server that enables saving, searching, and managing bookmarks with tags and read/unread status, providing tools, resources, and prompts for integration.4
- AlicenseBqualityCmaintenanceEnables management of Raindrop.io bookmarks, collections, tags, and highlights via MCP tools, with support for search, bulk editing, and library auditing.17MIT
- AlicenseNot gradedqualityCmaintenanceA generic X/bookmark intelligence MCP core for ingesting, enriching, and retrieving bookmarks with semantic search, brief generation, and academic paper scanning, exposed as MCP tools.Apache 2.0
- FlicenseAqualityCmaintenanceEnables AI assistants to search, browse, add, and delete Chrome and Edge bookmarks through the MCP protocol, using a local FastMCP server that directly reads and modifies browser bookmark files.5
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Web tools for agents: fetch URL as markdown (free MCP) + x402 scrape, links, AI JSON, snapshot.
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/SRVivek1/geekmonks-mcp-bookmarks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server