MCP.so
ログイン

Hide MCP server

@hide-org

Hide MCP server について

MCP server for Hide

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

hide-org

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "hide-mcp": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Hide MCP server?

Hide MCP server is an MCP server for Hide, a headless IDE. It provides file editing and bash execution tools, enabling AI assistants like Claude to interact with files and run commands in a persistent shell.

How to use Hide MCP server?

Configure it in your Claude Desktop configuration file (e.g., claude_desktop_config.json) using uv for development or uvx for published packages. The server runs over stdio.

Key features of Hide MCP server?

  • Text Editor with line numbers and edit history
  • Bash shell with persistent state and output truncation
  • Works with common Linux/Python packages
  • Supports background processes
  • Builds as a standalone executable via PyInstaller
  • Debugged via MCP Inspector

Use cases of Hide MCP server?

  • View and edit files with line-level awareness
  • Create new files or directories programmatically
  • Run shell commands and scripts in a persistent environment
  • Perform string replacements and insertions in code files

FAQ from Hide MCP server

What are the tools available?

The server provides two tools: Text Editor (view, edit, create, replace, insert, track history) and Bash (persistent shell with common packages and background processes).

How do I install Hide MCP server for Claude Desktop?

Add a configuration entry to your Claude Desktop config file using uv for a local clone or uvx for the published PyPI package.

What are the dependencies and runtime requirements?

The server requires Python, uv, and is published on PyPI. It can also be packaged as a standalone executable with PyInstaller.

How do I debug Hide MCP server?

Since it runs over stdio, use the MCP Inspector: run npx @modelcontextprotocol/inspector uv --directory /path/to/hide-mcp run hide-mcp.

What transport protocol does Hide MCP server use?

It communicates over stdio, as is standard for MCP servers.

コメント

「その他」の他のコンテンツ