drio
Open app

strateegia MCP Server

Source

Model Context Protocol for strateegia API

Catalog onlyCatalog onlySTDIO

Overview

The strateegia MCP Server is a Model Context Protocol (MCP) server that integrates with the strateegia API, enabling AI assistants like Claude or Cursor to access and interact with your strateegia projects.

To use the strateegia MCP Server, you need to install the necessary dependencies, build the project, set your strateegia API key as an environment variable, and start the server. You can also connect it with AI assistants like Claude or Cursor by configuring their respective settings.

  • Lists all accessible strateegia projects. - Provides detailed information about labs and projects. - Exposes MCP tools for project management.
  1. Managing and accessing multiple strateegia projects through AI assistants.
  2. Facilitating project collaboration and information retrieval.
  3. Enhancing AI capabilities by integrating with the strateegia API.

Add to your AI client

Use these steps to connect strateegia MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-strateegia-filipecalegario": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-strateegia-filipecalegario"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-strateegia-filipecalegario": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-strateegia-filipecalegario"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-strateegia-filipecalegario": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-strateegia-filipecalegario"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-strateegia-filipecalegario": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-strateegia-filipecalegario"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-strateegia-filipecalegario": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-strateegia-filipecalegario"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-strateegia-filipecalegario": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-strateegia-filipecalegario"
      ]
    }
  }
}

FAQ

What are the prerequisites for using the server?

You need Node.js (v16 or higher) and a valid strateegia API key.

How do I connect the server with Claude or Cursor?

Follow the specific configuration steps provided in the documentation for each assistant.

Is the project open for contributions?

Yes! Contributions are welcome, and you can submit a Pull Request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2107,"uuid":"65e10a87-b06f-4d4b-9436-224c559dc7bd","name":"mcp-server-strateegia","title":"strateegia MCP Server","description":"Model Context Protocol for strateegia API","avatar_url":"https://avatars.githubusercontent.com/u/299057?v=4","created_at":"2025-03-09T03:34:17.008Z","updated_at":"2025-03-12T10:18:19.819Z","status":"created","author_name":"filipecalegario","author_avatar_url":"https://avatars.githubusercontent.com/u/299057?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/filipecalegario/mcp-server-strateegia","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-09 00:27:45\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]