mcp-validator

Test suite for validating MCP server implementations against the open MCP protocol specification. Helps developers ensure protocol compliance and interoperability.

GitHub Stars

68

User Rating

Not Rated

Favorites

0

Views

146

Forks

7

Issues

8

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/Janix-ai/mcp-validator
cd mcp-validator

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python ref_http_server/reference_mcp_server.py --port 8088

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies.

Additional Resources