Skip to main content
Glama

strateegia MCP Server

MCP 服务器策略

这是一个与 strateegia API 集成的模型上下文协议 (MCP) 服务器,允许 Claude 或 Cursor 等 AI 助手访问和与您的 strateegia 项目进行交互。

特征

  • 列出所有可访问的战略项目
  • 访问有关实验室和项目的详细信息

先决条件

  • Node.js(v16 或更高版本)
  • 有效的 strateegia 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. 确保您已安装Cursor
  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 帐户中所有可访问的项目和实验室

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

该项目根据 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