Servers
MCP Everything
@s2005
MCP server that exercises all the features of the MCP protocol
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-everything": {
"command": "docker",
"args": [
"build",
"-t",
"mcp-everything",
"."
]
}
}
}