Overview
The hide-mcp is a Multi-Context Protocol (MCP) server designed for use with the Hide application, facilitating the management and operation of tools for file editing and command line execution.
To use the hide-mcp server, install the necessary configurations on your local machine and set up command execution for managing files and processes via the provided tools.
- String Replace Editor: A tool for file viewing and editing with features such as line numbering and edit history. - Bash Shell: A persistent bash shell that supports common Linux/Python packages and background processes.
- Editing configuration files with line tracking and string replacement.
- Running scripts and commands in a persistent bash environment.
- Facilitating development with local server configurations and debugging tools.
Add to your AI client
Use these steps to connect Hide MCP server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"hide-mcp-hide-org": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hide-mcp-hide-org"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"hide-mcp-hide-org": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hide-mcp-hide-org"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"hide-mcp-hide-org": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hide-mcp-hide-org"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"hide-mcp-hide-org": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hide-mcp-hide-org"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hide-mcp-hide-org": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hide-mcp-hide-org"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"hide-mcp-hide-org": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hide-mcp-hide-org"
]
}
}
}FAQ
How do I install the hide-mcp server?
Follow the installation guide and configure your settings as indicated in the Quickstart section.
What are the requirements for running the bash shell?
The server supports common Linux/Python packages; ensure they are installed on your machine.
How can I debug my MCP server?
Use the MCP Inspector for an enhanced debugging experience and access the provided URL for troubleshooting.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":217,"uuid":"9bd6c433-17c1-4d4c-8ccd-817476e6fe6c","name":"hide-mcp","title":"Hide MCP server","description":"MCP server for Hide","avatar_url":"https://avatars.githubusercontent.com/u/179403976?v=4","created_at":"$D2024-12-13T09:17:07.018Z","updated_at":"$D2024-12-13T12:28:11.144Z","status":"created","author_name":"hide-org","author_avatar_url":"https://avatars.githubusercontent.com/u/179403976?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/hide-org/hide-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"6\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-07 12:05:06\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]