MeterSphere MCP Server (Model Context Protocol)
@metersphere
About MeterSphere MCP Server (Model Context Protocol)
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MeterSphere MCP Server?
MeterSphere MCP Server implements the Model Context Protocol to act as a smart bridge between LLM clients (VS Code, Claude, Cursor) and the MeterSphere testing platform. It exposes testing tools and resources to LLMs, enabling developers to execute tests, retrieve interface definitions, create mocks, and verify compatibility through natural language or standard protocol calls.
How to use MeterSphere MCP Server?
Clone the repository, build with Maven (mvn clean install), then run the server using SSE (HTTP), Docker, or STDIO mode. Configure with your MeterSphere instance URL, access key, and signature. See configuration examples for VS Code (SSE/Docker) and Claude client in the README.
Key features of MeterSphere MCP Server
- Based on the MCP standard for seamless LLM integration.
- Supports multiple transports: HTTP+SSE, STDIO, and Docker.
- AK/SK authentication with role-based permission control.
- Provides tools for API testing, interface definitions, mock creation, and compatibility checks.
- Integrates directly with VS Code, Claude, and Cursor clients.
- Bridges development and testing workflows for faster feedback loops.
Use cases of MeterSphere MCP Server
- Execute API tests from an IDE without switching tools.
- Retrieve interface definitions and test cases via natural language.
- Create mock services on demand for development and testing.
- Perform compatibility verification across environments.
- Enable test-left shift by integrating testing early in development.
FAQ from MeterSphere MCP Server
What authentication does MeterSphere MCP Server support?
It supports access key and secret key (AK/SK) authentication and restricts sensitive tool calls to authorized roles.
What transports are available?
The server can run in SSE (HTTP), STDIO, or Docker mode, as shown in the client configuration examples.
What environment variables are needed for configuration?
Key variables are PORT (default 8000), MCP_TPYE (http-sse, stdio, docker), accessKey, signature, and meterSphereUrl.
What build dependencies does MeterSphere MCP Server require?
Java and Maven are required to build the project from source. Docker is optional for containerized deployments.
Frequently asked questions
What authentication does MeterSphere MCP Server support?
It supports access key and secret key (AK/SK) authentication and restricts sensitive tool calls to authorized roles.
What transports are available?
The server can run in SSE (HTTP), STDIO, or Docker mode, as shown in the client configuration examples.
What environment variables are needed for configuration?
Key variables are `PORT` (default 8000), `MCP_TPYE` (http-sse, stdio, docker), `accessKey`, `signature`, and `meterSphereUrl`.
What build dependencies does MeterSphere MCP Server require?
Java and Maven are required to build the project from source. Docker is optional for containerized deployments.
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Nginx UI
0xJackyYet another WebUI for Nginx
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments