ONES Connector for AI agents.
10 live capabilities
Manage R&D projects and issue tracking through natural conversation.
Waiting for input…
Why people use ONES
Stop Dashboard Fatigue with ONES R&D Project Management
With this Connector, you just tell your agent what needs to happen. You can ask for a status update or create a new task without ever leaving your workspace. You get a conversational way to manage your R&D lifecycle, letting you stay in the zone while the agent handles the data entry.
What Vinkius changes
You get a conversational interface for your entire R&D project management platform.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking a specific bug
A developer asks the agent to find the 'Login Bug' task and see who's assigned to it using get_task_details.
- Real-world use case 02
Daily standup prep
An R&D manager asks for a summary of all tasks in the 'Mobile SDK' project using list_tasks to prepare for a meeting.
- Real-world use case 03
Onboarding a new hire
A lead uses list_members and list_workflows to explain the team structure and process to a new engineer.
Complete set · 10capabilities
The complete ONES capability set.
These are the exact actions your AI can choose when you ask it to work with ONES.
01—04
4 capabilities in this set.
Part of 10 available through ONES.
- 01 Capability
Get org info
Get a summary of your organization's activity. Use this to see how the team is moving as a whole.
- 02 Capability
Get task details
Pull specific information about a single task. This is useful for getting deep context on a specific piece of work.
- 03 Capability
Create task
Create a new task in ONES with a title and description. This helps you quickly log new work items from a conversation.
- 04 Capability
List members
See who is in your organization. Use this to find the right person to assign a task to.
05—07
3 capabilities in this set.
Part of 10 available through ONES.
- 05 Capability
List projects
See all projects in your workspace. This gives you a quick overview of every R&D initiative.
- 06 Capability
List task types
See the types of tasks your team uses, like bugs or stories. This ensures your agent uses the right categories.
- 07 Capability
List tasks
See every task within a specific project. This is the fastest way to see what's on the team's plate.
08—10
3 capabilities in this set.
Part of 10 available through ONES.
- 08 Capability
List workflows
See the project workflows available in your workspace. This helps you understand the rules of your team's development process.
- 09 Capability
Update task
Change the status or details of an existing task. This keeps your project board accurate without manual clicks.
- 10 Capability
Get project
Get the specific details of a single project. Use this to pull context on a project's scope or goals.
Set up in minutes
One URL. Then ask ONES to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ONES 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_cDQ3XRZ0SYkgtqvm8CmlF3uevtYtK6qUHSgcQsXf/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 ONES, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ONES for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_cDQ3XRZ0SYkgtqvm8CmlF3uevtYtK6qUHSgcQsXf/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 ONES URL.
- Step 03
Save and start
Save the connection and enable ONES in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ones": {
"url": "https://edge.vinkius.com/vk_preview_cDQ3XRZ0SYkgtqvm8CmlF3uevtYtK6qUHSgcQsXf/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 ONES
Open Agent mode in chat and ask: "Using ONES, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ones": {
"url": "https://edge.vinkius.com/vk_preview_cDQ3XRZ0SYkgtqvm8CmlF3uevtYtK6qUHSgcQsXf/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 ONES
Ask Copilot: "Using ONES, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ones": {
"url": "https://edge.vinkius.com/vk_preview_cDQ3XRZ0SYkgtqvm8CmlF3uevtYtK6qUHSgcQsXf/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 ONES
Open Cascade and ask: "Using ONES, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ones": {
"url": "https://edge.vinkius.com/vk_preview_cDQ3XRZ0SYkgtqvm8CmlF3uevtYtK6qUHSgcQsXf/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 ONES
Ask Cline: "Using ONES, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ones --transport http "https://edge.vinkius.com/vk_preview_cDQ3XRZ0SYkgtqvm8CmlF3uevtYtK6qUHSgcQsXf/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 ONES
Ask Claude: "Using ONES, show me...". 10 tools are ready
Where the request belongs
Work ONES can move forward.
This is for R&D leaders and engineers who are tired of the dashboard fatigue that comes with enterprise project management. It's for anyone who needs to see the big picture of R&D activity without the manual overhead.
R&D Manager
Auditing task statuses and monitoring team velocity across multiple projects during weekly syncs.
Software Engineer
Managing assigned tasks and updating project progress directly from their coding environment.
Product Owner
Checking requirement fulfillment and release readiness for different project streams.
Enterprise Leader
Getting high-level summaries of organization activity and resource allocation for quarterly reviews.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTeambition
Collaborative project management platform by Alibaba. manage tasks, projects, and team workflows via AI.
Workast
Manage projects, tasks, and team collaboration with AI directly in your workflow.
Wrike
Collaborative project management to manage tasks, projects, and team workflows with AI.
Plane
Manage projects, issues, and product roadmaps via Plane. create projects, toggle features, and organize workspaces directly from your AI agent.
BasicOps
Centralize team communication with task management, document sharing, and project tracking designed for small business clarity.
AdaptiveWork (Clarizen)
Enterprise project management. manage projects, tasks, resources, and portfolios via AI.
Bring your own AI
Change the model, client or framework. Keep ONES 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 ONES.
The practical details behind the request, access and result.
Can I use ONES MCP to manage my R&D tasks?
Yes. You can use it to create, update, and track tasks within your ONES workspace using natural language.
How does ONES MCP help with team coordination?
It allows you to quickly list organization members and browse project workflows to see how work moves from start to finish.
Can my agent create new tasks in ONES?
Absolutely. Your agent can create new tasks with specific titles, descriptions, and assignees on your behalf.
Can I see my organization's summary with ONES MCP?
Yes. You can pull a high-level summary of your organization's activity to see overall progress and team velocity.
Does ONES MCP support different project workflows?
It does. You can browse your project workflows to understand the specific development processes your team follows.
How do I get my team members listed in my AI client?
The Connector can retrieve a list of all members in your organization, making it easy to identify who to assign work to.
How do I generate an API Access Token in ONES?
Log in to your ONES Management Console, navigate to [Settings] → [API Authentication], and click 'Create Token'. Make sure to copy it immediately as it will only be shown once.
Where can I find my Organization ID?
Your Organization ID (often a UUID) can be found in the URL of your ONES dashboard or in the [Organization Profile] section of the Management Console.
Can I update the status of a task through the agent?
Yes. Use the update_task capability and provide the task UUID and the new status UUID. You can find available status UUIDs by checking the project's workflow with list_workflows.
One connection away
Give your agent a direct line to ONES.
Connect ONES once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available