teamstorm-mcp-server

madebyearth/teamstorm-mcp-server
★ 0 stars Unknown language AI/LLM Updated 7d ago
С помощью сервера TeamStorm Model Context Protocol вы можете безопасно подключать инструменты и приложения искусственного интеллекта к своему экземпляру TeamStorm. ИИ-помощники, такие как Claude Desktop, Claude Code, Cursor и другие MCP-совместимые инструменты, смогут получать доступ к вашим данным TeamStorm и выполнять действия от вашего имени
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "teamstorm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "madebyearth/teamstorm-mcp-server"
      ]
    }
  }
}