Loading MCP server directory, please wait...
MCP Server for adding bookmarks in openai RAG
npx @getmcp/cli add io.github.pree-dew/mcp-bookmarkRequires Python 3.10+. Community-contributed server. Review source before installing.
OPENAI_API_KEYopen ai api key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pree-dew/mcp-bookmark": {
"command": "uvx",
"args": [
"mcp-bookmark-server"
],
"env": {
"OPENAI_API_KEY": ""
}
}
}
}