Sagu MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Sagu MCP Serversearch my radars for recent intelligence"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Install
Any agent (npx skills)
Works across Claude Code, Cursor, Codex, Copilot, Windsurf, and 10+ skill-aware agents.
npx skills add creative-int/sagu-pluginsClaude Code
Add the marketplace, then install the Sagu plugin.
/plugin marketplace add creative-int/sagu-plugins
/plugin install sagu@saguCodex
Add this repo as a Codex plugin marketplace, then install from /plugins.
codex plugin marketplace add creative-int/sagu-pluginsCursor
Install Sagu from the Cursor plugin marketplace.
Cursor → Settings → Plugins → Add marketplace → creative-int/sagu-pluginsAny 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 --listRelated 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 tomonitorandradar.sagu-artifact— create and fetch platform artifacts, extract format-matched dispatch artifacts from pings, and evolve radar knowledge. Also answers toartifactandshare.
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 smokeLicense
MIT © creative-int
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/creative-int/sagu-plugins'
If you have feedback or need assistance with the MCP directory API, please join our Discord server