Odel
mcp bookmark

mcp bookmark

Local
@pree-dewPythonUpdated 11mo ago

MCP Server for adding bookmarks in openai RAG

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-bookmark-serverv0.1.2

Run

uvx mcp-bookmark-server

MCP client config

{
  "mcpServers": {
    "mcp-bookmark": {
      "command": "uvx",
      "args": [
        "mcp-bookmark-server"
      ]
    }
  }
}