T
Test MCP Server
by @AlBa231
Test project for learn MCP Server capabilities
Created 12/14/2025
Updated about 22 hours ago
README
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"
]
}
}
}