MCP Server
MCP
io.github.pree-dew/mcp-bookmark
MCP Server for adding bookmarks in openai RAG
Install
uvx mcp-bookmark-server
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "mcp-bookmark-server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "open ai api key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OPENAI_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment