Skip to main content
Glama

strateegia MCP Server

ストラテジアMCPサーバー

これは、strateegia API と統合されたモデル コンテキスト プロトコル (MCP) サーバーであり、Claude や Cursor などの AI アシスタントが strateegia プロジェクトにアクセスして対話できるようになります。

特徴

  • アクセス可能なすべての戦略プロジェクトを一覧表示する
  • ラボやプロジェクトに関する詳細情報にアクセスする

前提条件

  • Node.js (v16 以上)
  • 有効なstrategia APIキー

開発のために

  1. 依存関係をインストールします:
npm install
  1. プロジェクトをビルドします。
npm run build
  1. strateegia API キーを環境変数として設定します。
export STRATEEGIA_API_KEY=your_api_key_here
  1. サーバーを起動します。
npm start

デスクトップ版Claudeとの接続

  1. Claude for Desktopがインストールされていることを確認してください。
  2. Claude for Desktop 構成ファイルを作成または編集します。
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  1. 次の構成を追加します。
{ "mcpServers": { "strateegia": { "command": "node", "args": ["path/to/strateegia-mcp-server/dist/index.js"], "env": { "STRATEEGIA_API_KEY": "your_api_key_here" } } } }

カーソルで接続する

  1. カーソルがインストールされていることを確認してください。
  2. Cursor を開いて設定ページに移動します。
  3. 次の構成で新しい MCP サーバーを追加します。
env STRATEEGIA_API_KEY=your_api_key_here node path/to/strateegia-mcp-server/dist/index.js
  1. カーソルを再開

利用可能なツール

サーバーは次の MCP ツールを公開します。

  • list-projects : strateegia アカウントからアクセス可能なすべてのプロジェクトとラボを一覧表示します

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

問題とサポート

問題が発生した場合やサポートが必要な場合は、 GitHub リポジトリに問題を報告してください。

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude や Cursor などの AI アシスタントが strateegia API を介して strateegia プロジェクトにアクセスし、対話できるようにする統合サーバー。

  1. 特徴
    1. 前提条件
      1. 開発のために
        1. デスクトップ版Claudeとの接続
        2. カーソルで接続する
      2. 利用可能なツール
        1. 貢献
          1. ライセンス
            1. 問題とサポート

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                This server integrates DeepSeek and Claude AI models to provide enhanced AI responses, featuring a RESTful API, configurable parameters, and robust error handling.
                Last updated -
                13
                TypeScript
              • -
                security
                A
                license
                -
                quality
                A modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.
                Last updated -
                89
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                A server that bridges Claude AI with the Plane project management platform, enabling AI-powered project management tasks including project creation, task management, team collaboration, and automated workflows.
                Last updated -
                3
                TypeScript
                • Apple
              • -
                security
                A
                license
                -
                quality
                An integration server that allows AI models to query Practera's GraphQL API for learning data, enabling LLMs to analyze and manipulate educational projects and assessments.
                Last updated -
                TypeScript
                MIT License

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/filipecalegario/mcp-server-strateegia'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server