Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Keyshade

БесплатноНе проверен

MCP server for interacting with Keyshade's secrets management platform, enabling secure retrieval and management of secrets via natural language.

GitHubEmbed

Описание

MCP server for interacting with Keyshade's secrets management platform, enabling secure retrieval and management of secrets via natural language.

README

MseeP.ai Security Assessment Badge

keyshade-mcp

This is the official repository of Keyshade MCP Server

Getting Started

To get started with Keyshade MCP server, follow these steps:

  1. Clone the repository:

    git clone https://github.com/keyshade-xyz/keyshade-mcp.git
    cd keyshade-mcp
    
  2. Install dependencies:

    pnpm install
    
  3. Build the project:

    pnpm build
    

MCP Configuration for VSCode

To configure the Keyshade MCP server, you need to create or modify the .vscode/mcp.json file in your workspace. This file contains the settings for the MCP server, including the command to start the server and any environment variables required.

Here is an example configuration:

{
    "servers": {
        "keyshade": {
            "type": "stdio",
            "command": "node",
            "args": [
                "YOUR_ABSOLUTE_PATH_TO/build/index.js"
            ],
            "env": {
                "KEYSHADE_API_KEY": "YOUR_KEYSHADE_API_KEY"
            }
        }
    }
}

MCP Configuration for Claude Desktop

Add the following configuration to your claude_desktop_config.json file for Claude Desktop:

{
    "mcpServers": {
        "keyshade": {
            "command": "node",
            "args": [
                "YOUR_ABSOLUTE_PATH_TO/build/index.js"
            ],
            "env": {
                "KEYSHADE_API_KEY": "YOUR_KEYSHADE_API_KEY"
            }
        }
    }
}

Explanation:

  • "type": "stdio": Specifies the communication protocol (standard input/output).
  • "command": "node": The command to run the server (Node.js in this case).
  • "args": [...]: Arguments to pass to the command. The path to index.js should be absolute or relative to the workspace root.
  • "env": {...}: Environment variables to set for the server process.
    • "KEYSHADE_API_KEY": Important: Replace "YOUR_KEYSHADE_API_KEY" with your actual Keyshade API key.

Make sure to replace the example path in "args" with the correct path to your index.js file if it differs.

from github.com/keyshade-xyz/keyshade-mcp

Установка Keyshade

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/keyshade-xyz/keyshade-mcp

FAQ

Keyshade MCP бесплатный?

Да, Keyshade MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Keyshade?

Нет, Keyshade работает без API-ключей и переменных окружения.

Keyshade — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Keyshade в Claude Desktop, Claude Code или Cursor?

Открой Keyshade на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Keyshade with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development