S
Server MCP
by @hatsem78
Ejemplo de servidor MCP para integración de LLMs IA
Created 4/15/2026
Updated about 19 hours ago
README
Repository documentation and setup instructions
README not available
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/hatsem78/server_mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"hatsem78-server-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/hatsem78/server_mcp"
]
}
}
}