Skip to content

Gestell-AI/mcp

Repository files navigation

Gestell MCP SDK

license version CircleCI

A full featured MCP SDK for Gestell with multiple modalities.

Make sure to grab your API Key for Gestell here.

Windsurf Quick Start

Add this in either:

  1. Project Specific: create .windsurf/mcp.json in your repo and paste the snippet.
  2. Global: Windsurf → Settings → Cascade → View Raw Config to edit the same JSON from the UI.
{
  "mcpServers": {
    "gestell": {
      "command": "npx",
      "args": ["-y", "@gestell/mcp@latest"],
      "env": {
        "GESTELL_API_KEY": "gestell-...-..."
      }
    }
  }
}

Cursor Quick Start

Add this in either:

  1. Project Specific: create .cursor/mcp.json in your repo and paste the snippet.
  2. Global: open Cursor → Settings → MCP → “Edit global mcp.json”; paste the snippet anywhere inside the top-level mcpServers object.

Then restart Cursor (or reload the window) so the agent can detect the new server.

{
  "mcpServers": {
    "gestell": {
      "command": "npx",
      "args": ["-y", "@gestell/mcp@latest"],
      "env": {
        "GESTELL_API_KEY": "gestell-...-..."
      }
    }
  }
}

Alternatively you can install it directly and run gestell-mcp:

npm install --global @gestell/mcp@latest
# Run the command directly
gestell-mcp

  • Review the CHANGELOG to keep up to date on all changes.

About

A full featured MCP SDK for Gestell with multiple modalities

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published