geekmonks-mcp-bookmarks
geekmonks-mcp-bookmarks
Das Begleitprojekt zur GeekMonks-MCP-Serie: ein lokaler bookmarks-MCP-Server über stdio (TypeScript).
Serien-Hub: MCP Without the Hype
Checkpoint-Tags:
part-3(nur Tools),part-4(Tools + Ressourcebookmarks://list+ Promptsummarize-bookmarks)
Hinweis zum Host: Tools werden in Cursor am zuverlässigsten angezeigt. Prüfen Sie Ressourcen und Prompts mit dem MCP Inspector, auch wenn die Host-Oberfläche eingeschränkt ist.
Voraussetzungen
Node.js 20+
Related MCP server: raindrop-mcp
Setup
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 buildOptional: Setzen Sie BOOKMARKS_PATH auf den Pfad einer JSON-Datei. Standardspeicherort: ./data/bookmarks.json (wird bei erster Verwendung erstellt; per .gitignore ignoriert).
MCP Inspector (Tools ohne Cursor prüfen)
Vom Repository-Root aus nach npm run build:
npx @modelcontextprotocol/inspector node dist/index.jsVerbinden Sie sich, öffnen Sie Tools und testen Sie list_bookmarks / add_bookmark / search_bookmarks.
Beim Tag part-4 zusätzlich Ressourcen (bookmarks://list) und Prompts (summarize-bookmarks) prüfen.
Cursor (mcp.json)
Beispiel für die Projektkonfiguration (absoluten Pfad anpassen):
{
"mcpServers": {
"bookmarks": {
"type": "stdio",
"command": "node",
"args": ["/ABS/PATH/TO/geekmonks-mcp-bookmarks/dist/index.js"]
}
}
}MCP neu laden und einen neuen Agent-Chat starten. Bestätigen Sie Tool-Aufrufe, wenn Sie dazu aufgefordert werden.
Protokollierungsregel
Schreiben Sie niemals Protokollrauschen auf stdout. Dieser Server protokolliert ausschließlich mit console.error (stderr).
Lizenz
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