straussbastian
MCP Server
straussbastian
public

mcpinspector

包含用于运行 MCP 检查器的 Docker 配置,适用于测试和调试 MCP 服务器。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
Dockerfile
Language
-
License

About This Server

包含用于运行 MCP 检查器的 Docker 配置,适用于测试和调试 MCP 服务器。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

# MCP Inspector Docker

This repository contains Docker configuration for running the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), a developer tool for testing and debugging MCP servers.

## Usage

### Building and running with Docker

```bash
# Build the Docker image
docker build -t mcp-inspector -f docker/Dockerfile docker/

# Run the container
# Replace /path/to/your/mcp/server with the path to your MCP server code
docker run -p 5173:5173 -p 3000:3000 -v /path/to/your/mcp/server:/app/server mcp-inspector node /app/server/build/index.js
```

### Using Docker Compose

```bash
# Navigate to the docker directory
cd docker

# Edit docker-compose.yml to mount your MCP server code and set the correct command

# Build and run with Docker Compose
docker-compose up
```

## Configuration

You can customize the ports used by the MCP Inspector by setting environment variables:

```bash
# Using Docker
docker run -p 8080:8080 -p 9000:9000 -e CLIENT_PORT=8080 -e SERVER_PORT=9000 mcp-inspector

# Using Docker Compose
# Edit the environment section in docker-compose.yml
```

## Accessing the Inspector

Once the container is running, open your browser and navigate to:

```
http://localhost:5173
```

Or use the custom client port if you've changed it.

Quick Start

1

Clone the repository

git clone https://github.com/straussbastian/mcpinspector
2

Install dependencies

cd mcpinspector
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerstraussbastian
Repomcpinspector
Language
Dockerfile
License-
Last fetched8/8/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation