Skip to main content
Glama

Install

Any agent (npx skills)

Works across Claude Code, Cursor, Codex, Copilot, Windsurf, and 10+ skill-aware agents.

npx skills add creative-int/sagu-plugins

Claude Code

Add the marketplace, then install the Sagu plugin.

/plugin marketplace add creative-int/sagu-plugins
/plugin install sagu@sagu

Codex

Add this repo as a Codex plugin marketplace, then install from /plugins.

codex plugin marketplace add creative-int/sagu-plugins

Cursor

Install Sagu from the Cursor plugin marketplace.

Cursor → Settings → Plugins → Add marketplace → creative-int/sagu-plugins

Any remote MCP client (Cline, Windsurf, Zed, VS Code, generic)

Point your client at the remote Sagu MCP server.

{
	"mcpServers": {
		"sagu": {
			"url": "https://sagu-mcp.luke-nittmann.workers.dev/mcp"
		}
	}
}

Local stdio MCP client

Run the Sagu stdio MCP server locally with your Sagu API key.

{
	"mcpServers": {
		"sagu": {
			"command": "npx",
			"args": [
				"-y",
				"@sagu/mcp"
			],
			"env": {
				"RADAR_API_KEY": "sagu_sk_your_key_here"
			}
		}
	}
}

To preview the available skills without installing:

npx skills add creative-int/sagu-plugins --list

Related MCP server: A2A MCP Server

Included skills

  • sagu-dispatch — list and search radars, read pings, export agent-ready context packets, refresh intelligence, and ask questions in radar threads. Also answers to monitor and radar.

  • sagu-artifact — create and fetch platform artifacts, extract format-matched dispatch artifacts from pings, and evolve radar knowledge. Also answers to artifact and share.

Skills live under skills/.

MCP tools

See the tool surface documented in sagu.config.ts. Tools are hosted by the Sagu MCP server (packages/mcp stdio + apps/mcp remote) and include radars, pings, artifacts, research, and knowledge-graph operations.

Develop

pnpm install
pnpm generate        # regenerate all adapters from sagu.config.ts
pnpm verify          # drift check + typecheck + MCP reachability smoke

License

MIT © creative-int

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Connects AI agents with the CrowdStrike Falcon platform to enable intelligent security analysis, providing programmatic access to detections, incidents, threat intelligence, vulnerabilities, and other security capabilities for advanced security operations and automation.
    255
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables Claude to connect and interact with A2A Protocol agents, allowing discovery of agent capabilities, sending messages to remote agents, managing multi-turn conversations, and viewing artifacts returned by agents.
    35 PyPI
    16
    Apache 2.0
  • A
    license
    B
    quality
    B
    maintenance
    Connects AI agents to the UAIO platform for autonomous IT operations and ProofLink cryptographic verification, enabling tasks like querying platform status, verifying receipts, and simulating attacks.
    66
    49 npm
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Connects AI tools to PingRep AI Representatives, enabling profile retrieval, directory search, Q&A, and contact management.
    12
    6 npm
    MIT