← Back to Plugins
MCP Server MCP

io.github.preedew17/mcp-bookmark

github By github 👁 1 views ▲ 0 votes

An MCP server that provides [describe what your server does]

Homepage Verified source GitHub

Install

uvx mcp-bookmark-server-preedew

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mcp-bookmark-server-preedew",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key for the service",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YOUR_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...