Vinkius
timeghost logo
Vinkius
Vinkius runs on CrewAI

How to Use the timeghost MCP in CrewAI

Coordinate specialized agents in CrewAI to manage your team's time tracking operations.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

timeghost MCP on Cursor AI Code Editor MCP Client timeghost MCP on Claude Desktop App MCP Integration timeghost MCP on OpenAI Agents SDK MCP Compatible timeghost MCP on Visual Studio Code MCP Extension Client timeghost MCP on GitHub Copilot AI Agent MCP Integration timeghost MCP on Google Gemini AI MCP Integration timeghost MCP on Lovable AI Development MCP Client timeghost MCP on Mistral AI Agents MCP Compatible timeghost MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect timeghost MCP to CrewAI

Create your Vinkius account to connect timeghost to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Collaborative tracking with CrewAI agents

Assign a researcher agent to fetch project details using `get_timeghost_project` while a moderator agent verifies the entries. This allows your crew to handle complex tracking tasks without human oversight. By leveraging shared memory, your agents can hand off data from `list_timeghost_projects` to the next agent in the sequence. Each agent only sees what it needs to complete its specific part of the operation.

Hierarchical management of time logs

Set up a lead agent that manages the entire workspace using `list_timeghost_workspaces`. It can delegate specific entry tasks to sub-agents, ensuring a clean division of labor. This structure is perfect for auditing. The lead agent uses `list_timeghost_entries` to gather the week's logs, then passes them to an analyst agent for validation.

Automated reporting through specialized roles

Create a report-generator agent that pulls lists of clients via `list_timeghost_clients`. It can compile this data into a summary for your management team, saving hours of manual admin work. Your agents can also use `list_timeghost_members` to track individual performance against set goals. This gives you a clear picture of team velocity without manual reporting.

Setup guide

Set up timeghost MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke timeghost tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="timeghost Analyst",
    goal="Access and analyze timeghost data via MCP.",
    backstory="Expert analyst with direct timeghost access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent timeghost transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about timeghost MCP in CrewAI

You pass the tool list directly into the agent definition in your CrewAI setup. This limits which agents can access specific functions like `get_timeghost_task`.
Yes, CrewAI agents share memory by default. Once an agent fetches data with `list_timeghost_entries`, the rest of the crew can access that information to inform their next actions.
Use the tool_filter option in your MCP configuration to restrict access. This ensures only your designated 'Admin' agent can call tools like `list_timeghost_workspaces`.
It does. You can define a process where one agent fetches tasks via `list_timeghost_tasks` and then passes them to a second agent to check their status.
The MCP Server maintains a strict sandbox for your credentials. Your time logs and project names never leave your local environment, ensuring that only your authorized crew can access them.

Start using the timeghost MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for timeghost. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.