BasicOps Connector for AI agents.
12 live capabilities
Manage project tasks and team workflows through natural language.
Waiting for input…
Why people use BasicOps
BasicOps Project Management for Small Business Teams
With this Connector, you can just talk to your agent to get the full picture. You can ask for a summary of a project's status, create new tasks on the fly, or pull up team communication history instantly. You get a centralized way to manage your work without the manual overhead.
What Vinkius changes
You stop clicking through tabs and start managing your projects with natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Setting up a new marketing launch
Instead of manual setup, a manager asks the agent to use create_project to build out the phases for the new launch.
- Real-world use case 02
Checking the status of a bug fix
A team lead asks for the communication history of a specific task.
- Real-world use case 03
Checking team availability
An ops lead asks the agent to list all team members to check for available capacity before assigning new work.
Complete set · 12capabilities
The complete BasicOps capability set.
These are the exact actions your AI can choose when you ask it to work with BasicOps.
01—04
4 capabilities in this set.
Part of 12 available through BasicOps.
- 01 Capability
Create project
Create a new project in your workspace. This lets you start new initiatives quickly.
- 02 Capability
List webhooks
List all active webhooks. Use this to monitor real-time workspace events.
- 03 Capability
Create task
Create a new task for your team. Use this to assign work and set deadlines.
- 04 Capability
Get account info
Get your profile information. This helps your agent understand your account context.
05—08
4 capabilities in this set.
Part of 12 available through BasicOps.
- 05 Capability
Get project
Get specific project details. This provides the full context for any individual project.
- 06 Capability
Get task
Get specific task details. This provides the full context for any individual task.
- 07 Capability
Update task
Update an existing task. This lets you change statuses or details on the fly.
- 08 Capability
List task messages
List messages for a specific task. This gives you a history of team communication.
09—12
4 capabilities in this set.
Part of 12 available through BasicOps.
- 09 Capability
List projects
List all projects in your workspace. Use this to see the full scope of your work.
- 10 Capability
List project sections
List project sections. This helps you see how different phases are organized.
- 11 Capability
List project tasks
List all tasks in a project. Use this to get a full view of project progress.
- 12 Capability
List team users
List all team members. This lets your agent know who is available to help.
Set up in minutes
One URL. Then ask BasicOps to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use BasicOps 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_Ue7dZUndCUO0FRbCraqoymy0cCBj7EM7Sh7Tq6xZ/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 BasicOps, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable BasicOps for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Ue7dZUndCUO0FRbCraqoymy0cCBj7EM7Sh7Tq6xZ/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 BasicOps URL.
- Step 03
Save and start
Save the connection and enable BasicOps in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"basicops": {
"url": "https://edge.vinkius.com/vk_preview_Ue7dZUndCUO0FRbCraqoymy0cCBj7EM7Sh7Tq6xZ/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 BasicOps
Open Agent mode in chat and ask: "Using BasicOps, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"basicops": {
"url": "https://edge.vinkius.com/vk_preview_Ue7dZUndCUO0FRbCraqoymy0cCBj7EM7Sh7Tq6xZ/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 BasicOps
Ask Copilot: "Using BasicOps, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"basicops": {
"url": "https://edge.vinkius.com/vk_preview_Ue7dZUndCUO0FRbCraqoymy0cCBj7EM7Sh7Tq6xZ/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 BasicOps
Open Cascade and ask: "Using BasicOps, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"basicops": {
"url": "https://edge.vinkius.com/vk_preview_Ue7dZUndCUO0FRbCraqoymy0cCBj7EM7Sh7Tq6xZ/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 BasicOps
Ask Cline: "Using BasicOps, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add basicops --transport http "https://edge.vinkius.com/vk_preview_Ue7dZUndCUO0FRbCraqoymy0cCBj7EM7Sh7Tq6xZ/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 BasicOps
Ask Claude: "Using BasicOps, show me...". 12 tools are ready
Where the request belongs
Work BasicOps can move forward.
This is for the project manager who's tired of manual data entry and the team lead who needs a bird's-eye view of the workload without constant status meetings.
Project Manager
Uses the Connector to create project sections and update task statuses across multiple projects instantly.
Team Lead
Monitors team bandwidth and retrieves task communication history to keep everyone aligned.
Operations Lead
Automates workspace metadata oversight and manages task distribution through AI queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsWorktile
Collaborative project management and team communication platform. manage tasks, projects, and messages via AI.
Workast
Manage projects, tasks, and team collaboration with AI directly in your workflow.
Teambition
Collaborative project management platform by Alibaba. manage tasks, projects, and team workflows via AI.
Tower
Lightweight project management and team collaboration platform. manage tasks, projects, and discussions via AI.
Ayanza
AI-powered project management and team collaboration. manage tasks, projects, and wikis via AI.
Peerbie
Orchestrate your entire team's workspace, from Kanban boards to calendar events, completely driven by AI.
Bring your own AI
Change the model, client or framework. Keep BasicOps 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 BasicOps.
The practical details behind the request, access and result.
Can BasicOps MCP help me manage my team's tasks?
Yes, it lets your agent create, update, and list tasks so you can manage work through chat instead of manual entry.
How do I use BasicOps with Claude?
You subscribe to the Connector and provide your API token to let your agent handle project updates and task management.
Can I see my project sections with BasicOps?
Yes, your agent can list all project sections to help you organize different phases of work and see how your project is structured.
Does BasicOps MCP support team communication?
It allows your agent to retrieve messages from specific tasks to give you context on what your team is discussing.
Can I use BasicOps to see my workspace webhooks?
Yes, your agent can list active webhooks to provide real-time operational reporting on your workspace activity.
Is BasicOps MCP good for small business project tracking?
It's specifically designed to give small teams clarity on their project hierarchy and team coordination through a conversational interface.
How do I find my BasicOps Personal Access Token?
Log in to your account, navigate to Settings > API, and generate a new Personal Access Token for your integration.
What is a Project Section via AI?
Sections allow your agent to group related tasks into specific phases, sprints, or categories within a larger project programmatically.
How do I list team members programmatically?
Use the list_users capability to retrieve your complete organizational directory including high-fidelity names and email addresses.
One connection away
Give your agent a direct line to BasicOps.
Connect BasicOps once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available