Skip to main content
Glama
filipecalegario

strateegia MCP Server

ストラテジアMCPサーバー

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

特徴

  • アクセス可能なすべての戦略プロジェクトを一覧表示する

  • ラボやプロジェクトに関する詳細情報にアクセスする

Related MCP server: Apifox MCP Server

前提条件

  • 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
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    A server that connects AI coding assistants like Cursor and Cline to Apifox API definitions, allowing developers to implement API interfaces through natural language commands.
    1,176
    94
    ISC
  • F
    license
    Not graded
    quality
    D
    maintenance
    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.
    5

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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