Skip to content

squaredup/claude-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SquaredUp Claude Plugin

The official Claude Code plugin for SquaredUp. Install the plugin and Claude can query your SquaredUp organization — dashboards, the knowledge graph, data streams, and more — through SquaredUp's hosted MCP server.

Installation

1. Add the marketplace

Run this once inside any Claude Code session:

/plugin marketplace add squaredup/claude-plugin

2. Install the plugin

/plugin install squaredup@squaredup-official

The plugin bundles both SquaredUp regions — squaredup-us (mcp.squaredup.com) and squaredup-eu (eu.mcp.squaredup.com). You don't configure anything: you choose your region simply by signing in to it in the next step.

3. Authenticate

Run /mcp and sign in to the server for your SquaredUp app region:

Region Server Endpoint
US squaredup-us https://mcp.squaredup.com/mcp
EU squaredup-eu https://eu.mcp.squaredup.com/mcp

Sign-in is browser-based using your existing SquaredUp account. Only sign in to the region your organization is hosted in — the other server stays disconnected and unused. If you're unsure which region you're on, check the URL you use to sign in to SquaredUp.

If your organization spans both regions, sign in to both. Claude will ask which region you mean before running a task.

4. Keep up to date

/plugin marketplace update squaredup-official

Manual MCP configuration

If you'd rather wire the MCP server up directly without installing the plugin, add the entry for your region to your Claude Code MCP config.

US:

{
    "mcpServers": {
        "squaredup": {
            "type": "http",
            "url": "https://mcp.squaredup.com/mcp"
        }
    }
}

EU:

{
    "mcpServers": {
        "squaredup": {
            "type": "http",
            "url": "https://eu.mcp.squaredup.com/mcp"
        }
    }
}

The OAuth flow is identical — the first tool call will prompt you to sign in.

About

The official Claude plugin marketplace for SquaredUp

Topics

Resources

Stars

Watchers

Forks

Contributors