Application to test your MCP servers. Register, manage and test all in one place.
Overview
What is MCP Registry & Tester?
MCP Registry & Tester is a Next.js application designed for registering and testing Model Context Protocol (MCP) servers, allowing users to manage their MCP servers efficiently.
How to use MCP Registry & Tester?
To use the application, clone the repository, install dependencies, set up a PostgreSQL database, configure environment variables, and run the development server. Access the application at http://localhost:3000.
Key features of MCP Registry & Tester?
- Register MCP servers with custom URLs and headers.
- List and manage all registered MCP servers.
- Connect to MCP servers and discover their tools.
- Test MCP tools with custom arguments.
- Support for multiple transport protocols (stdio, HTTPS/Streamable HTTP).
Use cases of MCP Registry & Tester?
- Registering and managing multiple MCP servers in one interface.
- Testing tools on MCP servers with various configurations.
- Developing and debugging local and remote MCP servers.
FAQ from MCP Registry & Tester?
- Can I register multiple MCP servers?
Yes! You can register as many MCP servers as you need.
- What transport protocols are supported?
The application supports stdio and Streamable HTTP protocols.
- Is there a database requirement?
Yes, a PostgreSQL database is required to store server configurations.