mcp-testing-server
@misbiheyv
About mcp-testing-server
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 mcp-testing-server?
mcp-testing-server is an MCP server designed for testing purposes, providing an adapter interface to a TMS (likely a Test Management System). It is built with Node.js and requires version v23.7.0 to run.
How to use mcp-testing-server?
Build the server with npm run build, then test it using npm run inspect. Configure it in Cline or Continue with the provided JSON snippets, specifying the Node.js binary path, the built server path (build/index.js), and an optional TMS_TOKEN environment variable for authentication.
Key features of mcp-testing-server
- Build and inspect commands for development
- stdio transport for MCP communication
- Configurable for both Cline and Continue clients
Use cases of mcp-testing-server
—
FAQ from mcp-testing-server
What runtime does the server require?
The server requires Node.js version v23.7.0.
How do I configure the server in Cline?
Use the provided JSON snippet under mcpServers with key tms-adapter, setting the command to the Node.js binary and args to the path of the built server. Optionally set TMS_TOKEN in the environment.
How do I configure the server in Continue?
Use the JSON snippet under experimental.modelContextProtocolServers with transport.type set to "stdio", and provide the command and args as shown.
What is the build command for the server?
Run npm run build in the project directory.
How can I test the server locally?
Run npm run inspect to start the inspector for testing.
Frequently asked questions
What runtime does the server require?
The server requires Node.js version v23.7.0.
How do I configure the server in Cline?
Use the provided JSON snippet under `mcpServers` with key `tms-adapter`, setting the `command` to the Node.js binary and `args` to the path of the built server. Optionally set `TMS_TOKEN` in the environment.
How do I configure the server in Continue?
Use the JSON snippet under `experimental.modelContextProtocolServers` with `transport.type` set to `"stdio"`, and provide the command and args as shown.
What is the build command for the server?
Run `npm run build` in the project directory.
How can I test the server locally?
Run `npm run inspect` to start the inspector for testing.
Basic information
More Other MCP servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 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,
Comments