stargate-mcp
Provides tools for managing Asana tasks, projects, workspaces, sections, custom fields, and comments, enabling AI agents to interact with Asana's task management platform.
Provides tools for managing GitHub Projects V2 (list projects, fields, items, add/update items) and issues (comments, sub-issues, update issue), enabling AI agents to interact with GitHub's project management and issue tracking.
Provides tools for listing channels, sending messages, reading messages, and replying to threads in Slack, enabling AI agents to communicate via the Slack messaging platform.
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., "@stargate-mcplist my open GitHub issues in project 'Backend'"
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.
stargate-mcp
Personal MCP server toolkit for AI agents. Integrates with Asana, GitHub, and more.
Works with any MCP-compatible client: Claude, Cursor, Windsurf, Continue, etc.
Installation
npx stargate-mcpOr install globally:
pnpm add -g stargate-mcpRelated MCP server: Asana MCP Server
Configuration
Add to your MCP client config:
{
"mcpServers": {
"stargate": {
"command": "npx",
"args": ["stargate-mcp"],
"env": {
"ASANA_TOKEN": "your-asana-personal-access-token",
"SLACK_TOKEN": "xoxp-your-slack-user-token",
"GITHUB_TOKEN": "ghp_your-github-personal-access-token"
}
}
}
}Config file locations
Client | Path |
Claude Code |
|
Claude Desktop |
|
Cursor |
|
Environment Variables
Tools are conditionally loaded based on which tokens you provide:
Variable | Enables |
| Asana task management tools |
| Slack messaging tools |
| GitHub Projects V2 management tools |
Available Tools
Asana
Get your token at: https://app.asana.com/0/developer-console
Tool | Description |
| List all accessible workspaces |
| List projects in a workspace |
| List sections (columns) in a project |
| List tasks in a project or section |
| Get task details including custom fields |
| Update task name, notes, due date, completion |
| Update custom fields (estimated/actual time) |
| Move task to a different section |
| Add a comment to a task |
Slack
Create a Slack App at: https://api.slack.com/apps
Install it to your workspace with a User Token (xoxp-) so messages appear as you. Required User Token scopes: channels:read, channels:history, groups:read, groups:history, chat:write.
Tool | Description |
| List Slack channels you can access |
| Send a message to a channel |
| Read recent messages from a channel |
| Reply to a message thread |
GitHub Projects
Create a classic Personal Access Token at: https://github.com/settings/tokens
Required scopes: repo, project, read:org
Tool | Description |
| List Projects V2 for a user or organization |
| Get all fields (Status options = board columns, custom fields) |
| List items on a project board with optional status filter |
| Get full details of a single project item |
| Update any field value — move items between columns by setting Status |
| Add an existing issue/PR to a project, or create a draft issue |
| List comments on an issue |
| Add a comment to an issue |
| List sub-issues for a parent issue |
| Update issue title, body, state, labels, assignees |
Development
# Clone
git clone https://github.com/eggfriedrice24/stargate-mcp.git
cd stargate-mcp
# Install
pnpm install
# Build
pnpm build
# Run locally
ASANA_TOKEN=your-token pnpm startLicense
MIT
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
- 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/eggfriedrice24/stargate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server