what is Perfrunner MCP Server?
Perfrunner MCP Server is a Model Context Protocol (MCP) server designed for interacting with perfrunner configurations, specifically for managing test and cluster configurations.
how to use Perfrunner MCP Server?
To use the Perfrunner MCP Server, create a .env file in the project root with the necessary configurations, then run the server using the make command. You can load data using the provided scripts to import test and cluster specifications into your Couchbase server.
key features of Perfrunner MCP Server?
- Integrates with Couchbase server for storing test configurations and results.
- Backed by Full Text Search (FTS).
- Provides basic MCP functionalities for configuration management.
use cases of Perfrunner MCP Server?
- Managing and storing test configurations for performance testing.
- Loading and managing cluster specifications for distributed systems.
- Facilitating communication between performance teams and their infrastructure.
FAQ from Perfrunner MCP Server?
- What is the purpose of the Perfrunner MCP Server?
It serves as a prototype for managing perfrunner configurations and facilitates interaction with performance testing infrastructure.
- How do I load data into the server?
You can use the
scripts/configs_to_server.pyscript to load test and cluster specification files into your Couchbase server.
- Is there a specific configuration file needed?
Yes, you need to create a
.envfile with the necessary configurations before running the server.