MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

T
Test MCP Server

Test project for learn MCP Server capabilities

Created 12/14/2025
Updated 1 day ago
Repository documentation and setup instructions

AWSMCPTestServer

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/AlBa231/test-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "alba231-test-mcp-server": { "command": "git", "args": [ "clone", "https://github.com/AlBa231/test-mcp-server" ] } } }