loading…
Search for a command to run...
loading…
Generates customized, production-grade MCP servers for Rocket.Chat by selecting only the specific API endpoints needed for a project to minimize context bloat a
Generates customized, production-grade MCP servers for Rocket.Chat by selecting only the specific API endpoints needed for a project to minimize context bloat and token usage. It uses natural language processing to parse official OpenAPI specs and automatically create optimized TypeScript servers with built-in authentication and tests.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"rocket-chat-minimal-mcp-server-generator": {
"command": "npx",
"args": []
}
}
}