Skip to main content
Glama
SRVivek1

geekmonks-mcp-bookmarks

by SRVivek1

geekmonks-mcp-bookmarks

Laboratorio complementario para la serie GeekMonks MCP: un servidor MCP local de bookmarks sobre stdio (TypeScript).

  • Centro de la serie: MCP Without the Hype

  • Etiquetas de checkpoint: part-3 (solo herramientas), part-4 (herramientas + recurso bookmarks://list + prompt summarize-bookmarks)

Nota sobre el host: las herramientas aparecen de forma más fiable en Cursor. Verifica los recursos y prompts con MCP Inspector incluso cuando la interfaz del host sea limitada.

Requisitos

  • Node.js 20+

Related MCP server: raindrop-mcp

Configuración

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

Opcional: establece BOOKMARKS_PATH a una ruta de archivo JSON. Almacén predeterminado: ./data/bookmarks.json (se crea en el primer uso; ignorado por git).

MCP Inspector (probar herramientas sin Cursor)

Desde la raíz del repositorio después de npm run build:

npx @modelcontextprotocol/inspector node dist/index.js

Conecta, abre Tools, prueba list_bookmarks / add_bookmark / search_bookmarks.

En la etiqueta part-4, comprueba también Resources (bookmarks://list) y Prompts (summarize-bookmarks).

Cursor (mcp.json)

Ejemplo de configuración del proyecto (ajusta la ruta absoluta):

{
  "mcpServers": {
    "bookmarks": {
      "type": "stdio",
      "command": "node",
      "args": ["/ABS/PATH/TO/geekmonks-mcp-bookmarks/dist/index.js"]
    }
  }
}

Recarga MCP / inicia una nueva conversación de Agent. Aprueba las llamadas a herramientas cuando se te solicite.

Regla de registro

Nunca escribas ruido de protocolo en stdout. Este servidor solo registra con console.error (stderr).

Licencia

MIT

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    A
    quality
    C
    maintenance
    A 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
  • A
    license
    B
    quality
    C
    maintenance
    Enables management of Raindrop.io bookmarks, collections, tags, and highlights via MCP tools, with support for search, bulk editing, and library auditing.
    17
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A 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
  • F
    license
    A
    quality
    C
    maintenance
    Enables 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

View all related MCP servers

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.

View all MCP Connectors

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/SRVivek1/geekmonks-mcp-bookmarks'

If you have feedback or need assistance with the MCP directory API, please join our Discord server