Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MCP Collection

Коллекция кастомных MCP-серверов (Model Context Protocol) для Claude. Каждый подкаталог содержит самостоятельный MCP-сервер со своей документацией, зависимостями и инструкциями по настройке.

MCP-серверы

MCP Описание Статус
smart-colab Мост Claude <-> Google Colab GPU через ngrok Experimental

Подключение

Claude Desktop

Добавить в claude_desktop_config.json:

{
  "mcpServers": {
    "smart-colab": {
      "command": "python3",
      "args": ["/path/to/mcp-collection/smart-colab/agent/mcp_smart_colab_v2.py"],
      "env": {
        "COLAB_URL": "https://your-ngrok-url.ngrok-free.dev"
      }
    }
  }
}

Claude Code

Добавить в .mcp.json в корне проекта:

{
  "mcpServers": {
    "smart-colab": {
      "type": "stdio",
      "command": "python3",
      "args": ["/path/to/mcp-collection/smart-colab/agent/mcp_smart_colab_v2.py"],
      "env": {
        "COLAB_URL": "https://your-ngrok-url.ngrok-free.dev"
      }
    }
  }
}

English Summary

A curated collection of custom MCP (Model Context Protocol) servers for Claude. Each subdirectory contains a standalone MCP server with its own documentation, dependencies, and setup instructions.

License

MIT

About

Collection of MCP servers for Claude

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages