Mela Connector for AI agents.
12 live capabilities
Manage construction job sites and project data with Mela
Waiting for input…
Why people use Mela
Mela for Construction Project Management
Mela changes that by putting your workspace inside your AI client. You can ask for a summary of a job site's costs or log a day's worth of materials with a single sentence. You get a unified view of your projects without the constant clicking.
What Vinkius changes
You get a direct line to your job site data without leaving your workspace.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking material waste
A foreman wants to know how much lumber was used today.
- Real-world use case 02
Quick status checks
A manager needs to know if the plumbing is done.
- Real-world use case 03
Summarizing site progress
An admin wants a summary of the week.
Complete set · 12capabilities
The complete Mela capability set.
These are the exact actions your AI can choose when you ask it to work with Mela.
01—04
4 capabilities in this set.
Part of 12 available through Mela.
- 01 Capability
List teams
List teams in the workspace. See who's organized into which groups to manage your organizational structure.
- 02 Capability
List users
List all workspace members. See every person in your system to identify who's involved in your projects.
- 03 Capability
Log materials
Track material consumption on-site. Record what you're using on a job site to keep your inventory and costs accurate.
- 04 Capability
Log work hours
Record man-hours for an activity. Track how much time your team spends on a specific task for easier payroll tracking.
05—08
4 capabilities in this set.
Part of 12 available through Mela.
- 05 Capability
Post message
Send a text update or note to an activity feed. Share quick notes with the team without sending extra emails.
- 06 Capability
Get accounting data
Get cost and accounting data for an activity. Use this to check budgets quickly by pulling financial specifics into your chat.
- 07 Capability
Get activity
Get details for a specific activity. Get a full overview of a job site to see project specifics quickly.
- 08 Capability
Update activity status
Change the status of an activity. Move a project from pending to complete to keep your dashboard accurate in real-time.
09—12
4 capabilities in this set.
Part of 12 available through Mela.
- 09 Capability
Create activity
Create a new job site or activity. This lets you set up new projects instantly without manual form filling.
- 10 Capability
Get me
Get information about the current user. See your own profile details to help the agent know who is making the request.
- 11 Capability
List activities
List all job sites/activities. See every project in your workspace at once for a birds-eye view of your portfolio.
- 12 Capability
List checklists
Get all checklists associated with an activity. See what needs to be done on a specific job in one view.
Set up in minutes
One URL. Then ask Mela to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Mela 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_aSGrPdvhYCao0974HuxeacuzKdJtQ38R2Q0Aa7Lb/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 Mela, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Mela for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_aSGrPdvhYCao0974HuxeacuzKdJtQ38R2Q0Aa7Lb/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 Mela URL.
- Step 03
Save and start
Save the connection and enable Mela in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mela": {
"url": "https://edge.vinkius.com/vk_preview_aSGrPdvhYCao0974HuxeacuzKdJtQ38R2Q0Aa7Lb/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 Mela
Open Agent mode in chat and ask: "Using Mela, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mela": {
"url": "https://edge.vinkius.com/vk_preview_aSGrPdvhYCao0974HuxeacuzKdJtQ38R2Q0Aa7Lb/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 Mela
Ask Copilot: "Using Mela, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mela": {
"url": "https://edge.vinkius.com/vk_preview_aSGrPdvhYCao0974HuxeacuzKdJtQ38R2Q0Aa7Lb/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 Mela
Open Cascade and ask: "Using Mela, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mela": {
"url": "https://edge.vinkius.com/vk_preview_aSGrPdvhYCao0974HuxeacuzKdJtQ38R2Q0Aa7Lb/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 Mela
Ask Cline: "Using Mela, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mela --transport http "https://edge.vinkius.com/vk_preview_aSGrPdvhYCao0974HuxeacuzKdJtQ38R2Q0Aa7Lb/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 Mela
Ask Claude: "Using Mela, show me...". 12 tools are ready
Where the request belongs
Work Mela can move forward.
This is for construction project managers and field operations leads who are tired of manual data entry and constantly switching between project management software and messaging apps.
Construction Project Manager
Checks site statuses and material costs without opening a browser.
Field Site Foreman
Logs materials and work hours quickly from a mobile-friendly agent interface.
Operations Coordinator
Syncs team updates and activity statuses across multiple job sites.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTower
Lightweight project management and team collaboration platform. manage tasks, projects, and discussions via AI.
Basecamp
Keep your team aligned with project discussions, to-do lists, file sharing, and schedules all in one calm workspace.
Chanty
Automate team communication via Chanty. manage conversations, send messages, invite members, and update statuses using any AI agent.
Worktile
Collaborative project management and team communication platform. manage tasks, projects, and messages via AI.
Flock
Manage team collaboration via Flock. send rich messages with FlockML, handle public channels and private groups, and search rosters directly from any AI agent.
Range
Keep distributed teams in sync with async check-ins, team updates, and meeting capabilities that reduce unnecessary status meetings.
Bring your own AI
Change the model, client or framework. Keep Mela 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 Mela.
The practical details behind the request, access and result.
Can I use Mela MCP to manage my construction projects?
Yes, it connects your AI agent to your Mela workspace so you can manage job sites, track costs, and monitor team progress directly from your AI client.
Does Mela MCP support logging materials on-site?
Yes, you can have your agent record material usage on specific jobs to keep your inventory and costs accurate without manual entry.
Can I see all my job sites with Mela MCP?
Yes, your agent can pull a list of all activities and job sites in your workspace to give you a complete overview of your portfolio.
How does Mela MCP help with team updates?
It allows you to send notes and status updates to specific activity feeds, keeping your whole team informed in real-time.
Can Mela MCP track man-hours?
Yes, it can record man-hours for specific activities, making it much easier to track labor costs and project timelines.
Is Mela MCP good for construction project management?
It's specifically designed for that. It bridges the gap between site work and office management by automating the data flow between the two.
Can the AI send messages to a specific channel?
Yes, just mention the channel name or ID, and the AI will post the message directly on your behalf.
How do I fetch the latest updates from my team?
You can ask the agent to summarize recent activity in a specific project or channel.
Does it support reading project task boards?
Yes, the agent can list tasks, check assignees, and verify current statuses in your Mela projects.
One connection away
Give your agent a direct line to Mela.
Connect Mela once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available