Servers
Exemplo de Servidor MCP
@gabrielfroes
Modelo de Servidor MCP baseado na documentação oficial
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-sample": {
"command": "node",
"args": [
"build/main.js"
]
}
}
}