mcp bookmark for Cursor
io.github.pree-dew/mcp-bookmark
MCP Server for adding bookmarks in openai RAG
client:Cursor
transport:stdio
runtime:pypi
Install mcp bookmark in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-bookmark": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-bookmark-server"
],
"env": {
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs