creative-int

Sagu plugins

Community creative-int
Updated

Sagu agent skills and MCP plugin manifests for Claude Code, Codex, Cursor, and other MCP-aware agents.

Sagu plugins

Agent-facing intelligence from your radars.

Connect agents to Sagu radars, pings, and artifacts over MCP. List and search radars, export agent-ready context packets, refresh intelligence on demand, and create or fetch platform artifacts.

sagu.app · MCP: https://sagu-mcp.luke-nittmann.workers.dev/mcp

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

Included skills

  • sagu-dispatch — list and search radars, read pings, export agent-readycontext packets, refresh intelligence, and ask questions in radar threads.Also answers to monitor and radar.
  • sagu-artifact — create and fetch platform artifacts, extractformat-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 arehosted by the Sagu MCP server (packages/mcp stdio + apps/mcp remote) andinclude 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

MCP Server · Populars

MCP Server · New

    JanYork

    LWC — Proactive Memory for AI Agents

    Agent-driven proactive memory CLI for AI agents — autonomously recall, maintain, and evolve persistent, source-grounded knowledge across sessions.

    Community JanYork
    mixelpixx

    Konnect *BETA Release

    AI-assisted PCB design for KiCAD 10. Native KiCAD plugin — a single Rust binary exposing 171 schematic, layout, routing, design-review, and manufacturing tools to Claude, or the LLM of your choosing

    Community mixelpixx
    mixelpixx

    Nimrod

    Web research for Claude over MCP: quality-scored Google search, clean extraction, deep research. Hosted connector for claude.ai/Desktop/Code + Nimrod Desktop toolkit (skills, agent, hooks).

    Community mixelpixx
    icesixgod

    Codex Trajectory

    Privacy-aware trajectory viewer for local Codex task logs

    Community icesixgod
    Minima-AI-Inc

    minima

    On-premises conversational RAG with configurable containers

    Community Minima-AI-Inc