{
  "markdown": "# Swiss-knife MCP server\n\nIt allows searching(`search` tool) for the Model Context Protocol servers using MCP [registry](https://github.com/modelcontextprotocol/registry). Once your AI agent has found the MCP server that it needs, it can add it to the configuration using `add_mcp_server` tool. You will get new tools after restarting the MCP server.\n\n## Available tools\n\n* `mcp_configuration` - shows current MCP configuration\n* `search` - search for the MCP server using the index based on the MCP registry\n* `add_mcp_server` - adds configuration for the MCP server\n* `remove_mcp_server` - removes configuration for the MCP server\n* `refresh_mcp_index` - refreshes the MCP index\n* ... all other tools will be based on the added MCP servers\n\n## Configuration\n\nSample configuration:\n```\n{\n    \"mcpServers\": {\n        \"Universal MCP Server\": {\n            \"command\": \"npx\",\n            \"args\": [\"-y\", \"@antonytm/mcp-all@latest\"],\n            \"transport\": \"stdio\",\n            \"environmentVariables\": [\n                {\n                    \"name\": \"TRANSPORT\",\n                    \"value\": \"stdio\"\n                }\n            ]\n        }\n    }\n}\n```\n\nIt supports `stdio` and `streamable-http` transports.\n\n## Release\n\nReleased as:\n* [NPM package](https://www.npmjs.com/package/@antonytm/mcp-all)\n* [Docker image](https://hub.docker.com/repository/docker/antonytm/mcp-all/general)\n",
  "bytes": 1381,
  "sha": "5dcdc88479ba0b6a6b6331b6d92f415cbb5054e54964332c9236578b6ad2c343",
  "repo_slug": "antonytm/mcp-all",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_antonytm_mcp_all_887ad47f/readme"
}