Skip to content

cyberuni/cyber-asana

v0.10.0MIT

Asana CLI and MCP server for AI agents

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

cyber-asanastdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "cyber-asana",
    "mcp"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
	"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
	"name": "cyber-asana",
	"version": "0.10.0",
	"description": "Asana CLI and MCP server for AI agents",
	"author": { "name": "unional" },
	"homepage": "https://github.com/cyberuni/cyber-asana",
	"repository": "https://github.com/cyberuni/cyber-asana.git",
	"license": "MIT",
	"keywords": ["asana", "mcp", "cli", "agent", "productivity"]
}