Rocketlane Connector for AI agents.
11 live capabilities
Manage client onboarding and project tasks using natural language.
Waiting for input…
Why people use Rocketlane
Rocketlane for Solving Manual Onboarding Bottlenecks
With this Connector, you just ask your AI client for the status of a specific project. It pulls the data from Rocketlane and gives you the answer in seconds. You get a clear view of your project health without ever leaving your chat interface.
What Vinkius changes
You get a conversational interface for your project management data without the manual data entry.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking onboarding progress
A project manager needs to see if a client's onboarding is on track.
- Real-world use case 02
Monitoring team workload
A success lead wants to see if the team is overworking.
- Real-world use case 03
Quickly starting new projects
A new client signs and needs a project started.
Complete set · 11capabilities
The complete Rocketlane capability set.
These are the exact actions your AI can choose when you ask it to work with Rocketlane.
01—04
4 capabilities in this set.
Part of 11 available through Rocketlane.
- 01 Capability
Create project
Make a new project by providing the necessary data as a JSON string. This automates the initial kickoff.
- 02 Capability
Get project
Get specific details for a single project. This provides a deep dive into one account's status.
- 03 Capability
Get task
Pull the details of a specific task to see its status. Great for checking individual progress.
- 04 Capability
List custom fields
See all custom fields to make sure your data stays organized. This ensures your AI understands your unique fields.
05—08
4 capabilities in this set.
Part of 11 available through Rocketlane.
- 05 Capability
List members
See all team members who have access to your projects. Use this to verify who is on the account.
- 06 Capability
List projects
Get a full list of all projects in your Rocketlane account. Use this to see your entire portfolio at once.
- 07 Capability
List tasks
See all tasks for a specific project to check what's getting done. This helps you spot bottlenecks quickly.
- 08 Capability
List templates
View all project templates to see what's available for new clients. It helps keep your kickoffs consistent.
09—11
3 capabilities in this set.
Part of 11 available through Rocketlane.
- 09 Capability
List time entries
Pull all time tracking records to see team utilization. Use this to check project velocity.
- 10 Capability
Update project
Change the details of an existing project quickly. This keeps your project metadata current without manual edits.
- 11 Capability
Create task
Add a new task to a project to keep the team moving. Use this to assign work on the fly.
Set up in minutes
One URL. Then ask Rocketlane to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Rocketlane from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lpvVraKMQixuTDiDgdqrealQ0TsjV8p5cNaXrpIQ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Rocketlane, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Rocketlane for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lpvVraKMQixuTDiDgdqrealQ0TsjV8p5cNaXrpIQ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Rocketlane URL.
- Step 03
Save and start
Save the connection and enable Rocketlane in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"rocketlane": {
"url": "https://edge.vinkius.com/vk_preview_lpvVraKMQixuTDiDgdqrealQ0TsjV8p5cNaXrpIQ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Rocketlane
Open Agent mode in chat and ask: "Using Rocketlane, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"rocketlane": {
"url": "https://edge.vinkius.com/vk_preview_lpvVraKMQixuTDiDgdqrealQ0TsjV8p5cNaXrpIQ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Rocketlane
Ask Copilot: "Using Rocketlane, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"rocketlane": {
"url": "https://edge.vinkius.com/vk_preview_lpvVraKMQixuTDiDgdqrealQ0TsjV8p5cNaXrpIQ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Rocketlane
Open Cascade and ask: "Using Rocketlane, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"rocketlane": {
"url": "https://edge.vinkius.com/vk_preview_lpvVraKMQixuTDiDgdqrealQ0TsjV8p5cNaXrpIQ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Rocketlane
Ask Cline: "Using Rocketlane, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add rocketlane --transport http "https://edge.vinkius.com/vk_preview_lpvVraKMQixuTDiDgdqrealQ0TsjV8p5cNaXrpIQ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Rocketlane
Ask Claude: "Using Rocketlane, show me...". 11 tools are ready
Where the request belongs
Work Rocketlane can move forward.
This is for project managers who are tired of manual status updates and customer success leads who need to see onboarding progress at a glance without hunting through dashboards.
Project Manager
Checks task progress and updates project statuses during morning standups.
Customer Success Lead
Monitors onboarding velocity and time tracking to ensure clients hit their goals.
Operations Coordinator
Manages project templates and custom fields to keep the team's data consistent.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsProductive.io
Run your agency with project management, resource planning, budgeting, and profitability tracking designed for professional services.
Productive
Manage your entire agency workflow via Productive. fetch budgets, analyze time entries, track deals, and monitor project health directly from any AI agent.
ONES
Enterprise R&D project management platform. manage tasks, projects, and workflows via AI.
GUIDEcx
Automate customer onboarding via GUIDEcx. manage projects, tasks, and time tracking directly from any AI agent.
BasicOps
Centralize team communication with task management, document sharing, and project tracking designed for small business clarity.
Avaza
Unified project management, time tracking, and invoicing via Avaza. orchestrate professional services natively via AI.
Bring your own AI
Change the model, client or framework. Keep Rocketlane connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Rocketlane.
The practical details behind the request, access and result.
Can I use the Rocketlane MCP to create new projects?
Yes, you can create new projects by describing them in natural language. Your AI client will handle the data entry for you.
Does the Rocketlane MCP support time tracking?
It does. You can ask your agent to pull all time entries to see how much time your team is spending on specific projects.
Can I see my team members using this Connector?
Yes, you can list all team members who have access to your Rocketlane projects directly through your AI chat.
How do I connect Rocketlane to my AI agent?
You can connect it by subscribing to the Connector on Vinkius and entering your Rocketlane API Key from your dashboard settings.
Can I see my project templates with Rocketlane MCP?
Yes, it allows you to list all your saved project templates to help you keep your onboarding processes consistent.
Can I update project details with a voice or text command?
Yes, you can update project details like status or health directly through your AI client without opening the Rocketlane app.
Can my AI automatically find the details for a specific project just by providing its ID?
Yes! Use the get_project capability. Your agent will respond with complete metadata, including project health, custom fields, and member roles in seconds.
How do I list all tasks for a particular Rocketlane project?
Simply ask the agent to run the list_tasks action with the projectId. It will retrieve the full task board for that specific environment.
How do I find my Rocketlane API Key?
Log in to Rocketlane, click your profile icon > Settings > Advanced > API Keys, and generate your unique key there.
One connection away
Give your agent a direct line to Rocketlane.
Connect Rocketlane once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available