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 リポジトリに問題を報告してください。

-
security - not tested
F
license - not found
-
quality - not tested

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
                A Model Context Protocol server that enables AI assistants to explore and interact with Cursor IDE's SQLite databases, providing access to project data, chat history, and composer information.
                Last updated -
                10
                Python
                • Apple
              • -
                security
                A
                license
                -
                quality
                A server that allows AI assistants to access, view, run, and manage Hex projects through a standardized interface.
                Last updated -
                Python
                AGPL 3.0
                • Linux
                • Apple
              • -
                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 -
                66
                Python
                MIT License
                • Linux
                • Apple
              • A
                security
                A
                license
                A
                quality
                Provides tools for interacting with Targetprocess, a project management and agile planning platform, enabling AI assistants to search, create, and update project entities with proper validation.
                Last updated -
                5
                4
                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