MCP Test Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Test Serverrun the basic server example"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Test
A test repository for MCP (Model Context Protocol) functionality with TypeScript support.
Features
TypeScript-based MCP server implementation
Example configurations and usage
Jest-based test cases
Development tools setup (ts-node, ts-node-dev)
Related MCP server: Basic MCP Server
Project Structure
├── src/
│ ├── server.ts # Main server implementation
│ └── types/ # TypeScript definitions
├── examples/
│ └── basic-server.ts # Example usage
├── test/
│ └── server.test.ts # Test cases
└── package.json # Project configurationGetting Started
Clone the repository
git clone https://github.com/zgh2hh/mcp-test.git
cd mcp-testInstall dependencies
npm installBuild the project
npm run buildRun examples
# Run the basic server example
npm run example
# Development mode with auto-reload
npm run devRun tests
npm testDevelopment
npm run build- Compile TypeScript to JavaScriptnpm run dev- Start development mode with auto-reloadnpm test- Run test casesnpm run example- Run the example server
License
This project is licensed under the MIT License - see the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA template repository for building Model Context Protocol (MCP) servers with TypeScript, featuring full TypeScript support, testing setup, CI/CD pipelines, and modular architecture for easy extension.Last updated26
- FlicenseBqualityDmaintenanceA basic TypeScript implementation of the Model Context Protocol (MCP) server designed as a starting point for MCP development. Provides a minimal foundation for building custom MCP servers with stdio configuration for local integration with VS Code and GitHub Copilot.Last updated1
- FlicenseBqualityDmaintenanceA demonstration TypeScript MCP server that showcases basic MCP concepts with simple tools (greeting, calculator), text resources, and prompt templates for learning the Model Context Protocol.Last updated2
- AlicenseBqualityDmaintenanceA template/boilerplate project for building Model Context Protocol (MCP) servers with TypeScript. Provides a starting point with configuration examples, development tools, and debugging setup.Last updated21MIT
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zgh2hh/mcp-test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server