drio
Open app

@satellaite/mcp-server

Source

MCP server for Satellaite API

Catalog onlyCatalog onlySTDIO

Overview

@satellaite/mcp-server is an MCP (Model Context Protocol) server designed for the Satellaite API, enabling efficient model interactions.

To use this server, integrate it with Claude Desktop by adding the specified configuration to your claude_desktop_config.json and execute it using NPX with the provided command.

  • Implements the Model Context Protocol specification for seamless model interactions. - Built with TypeScript, ensuring type safety. - Utilizes Zod for runtime type validation, enhancing reliability. - Provides a binary executable for straightforward deployment.
  1. Facilitating communication between models and APIs in a structured manner.
  2. Enabling developers to easily manage and execute relays (contracts) within the Satellaite ecosystem.
  3. Streamlining the integration of various model interactions in applications.

Add to your AI client

Use these steps to connect @satellaite/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": {
    "sat-mcp-server-satellaite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sat-mcp-server-satellaite"
      ]
    }
  }
}

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": {
    "sat-mcp-server-satellaite": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sat-mcp-server-satellaite"
      ]
    }
  }
}

Claude Code

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

.mcp.json (project root)

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

VS Code (Copilot)

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

.vscode/mcp.json

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

What is the Model Context Protocol?

It is a specification that defines how models interact with each other and with APIs in a standardized way.

How do I deploy the server?

You can deploy it by using the provided binary executable or by running it through NPX as described in the setup instructions.

Is there any documentation available?

Yes, detailed documentation is available on the project's GitHub page.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2644,"uuid":"4bf26560-a812-43e2-9bc0-b888a8f56d9f","name":"sat-mcp-server","title":"@satellaite/mcp-server","description":"MCP server for Satellaite API","avatar_url":"https://avatars.githubusercontent.com/u/202414916?v=4","created_at":"2025-03-13T09:21:33.398Z","updated_at":"2025-03-13T09:39:01.818Z","status":"created","author_name":"satellaite","author_avatar_url":"https://avatars.githubusercontent.com/u/202414916?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/satellaite/sat-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-22 17:50:43\"}","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"}]]}]

@satellaite/mcp-server — MCP Registry