Servers
MCP Server Example
@alejandro-ao
A simple MCP server to search for documentation (tutorial)
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-example": {
"command": "uv",
"args": [
"init",
"mcp-server"
]
}
}
}