Asana Minimal
Minimal Asana MCP server with essential task operations (11 tools)
Ask AI about Asana Minimal
Powered by Claude Β· Grounded in docs
I know everything about Asana Minimal. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
My Custom MCP Servers
Repository: https://github.com/gjoeckel/my-mcp-servers Purpose: Custom MCP servers with minimal tool sets for 40-tool limit compliance Target: Exactly 39 tools across 6 servers for optimal AI autonomous operation
π― Quick Start
Recommended Configuration (39 Tools)
See OPTIMIZED-CONFIG.md for the complete IDE-agnostic configuration.
IDE-Specific Setup Guides
This repository uses branch-based organization for IDE-specific documentation:
| IDE | Branch | Setup Guide |
|---|---|---|
| Cursor IDE | cursor | Complete Cursor setup with autonomous mode |
| Antigravity IDE | antigravity | Antigravity-specific setup |
| Claude Code IDE | claude-code | Claude Desktop setup |
See IDE Branches Guide for details.
π¦ Available Packages
All packages are published to npm and can be installed via npx:
| Package | npm | Tools | Description |
|---|---|---|---|
| mcp-agent-autonomy | β | 4 | Workflow automation |
| mcp-github-minimal | β | 4 | Essential GitHub operations |
| mcp-shell-minimal | β | 4 | Shell command execution |
| mcp-playwright-minimal | β | 4 | Browser automation |
| mcp-sequential-thinking-minimal | β | ~5 | Problem-solving workflows |
| mcp-everything-minimal | β | ~25 | Protocol validation (optional) |
Official Servers (used alongside custom servers):
@modelcontextprotocol/server-filesystem- 15 tools@modelcontextprotocol/server-memory- 8 tools
π Installation
Via npm (Recommended)
No installation needed - packages auto-install via npx:
{
"mcpServers": {
"agent-autonomy": {
"command": "npx",
"args": ["-y", "mcp-agent-autonomy"]
}
}
}
Local Development
git clone https://github.com/gjoeckel/my-mcp-servers.git
cd my-mcp-servers/my-mcp-servers
npm run install-all
npm run build-all
π Documentation
Main Branch (This Branch)
- OPTIMIZED-CONFIG.md - Recommended 39-tool configuration (IDE-agnostic)
- docs/MCP-SERVERS-IMPLEMENTATION.md - Complete implementation guide (IDE-agnostic)
- docs/IDE-BRANCHES.md - Guide to IDE-specific branches
IDE-Specific Branches
- cursor branch - Complete Cursor IDE setup
- antigravity branch - Antigravity IDE setup
- claude-code branch - Claude Code IDE setup
π― Recommended Configuration
39-Tool Setup (Under 40-tool limit):
filesystem(15 tools) - Officialmemory(8 tools) - Officialagent-autonomy(4 tools) - Customgithub-minimal(4 tools) - Customshell-minimal(4 tools) - Customplaywright-minimal(4 tools) - Custom
Total: 39 tools β
See OPTIMIZED-CONFIG.md for complete configuration details.
π License
ISC License - See individual package licenses for details.
π Links
- Repository: https://github.com/gjoeckel/my-mcp-servers
- npm Packages: https://www.npmjs.com/~gjoeckel
- MCP Documentation: https://modelcontextprotocol.io
Optimized MCP servers for AI autonomous operation within the 40-tool limit.
