Productivity
kaibernetic.ai
Manages goals, todos, and work queues for productivity and task tracking.
ENDPOINT 1
https://kaibernetic.ai/llm/mcp
MCP server metadata
- Name
- kaibernetic
- Version
- 2.13.0.2
Kaibernetic turns your AI assistant into a consultant for what the user is building — not just a task-executor. With it, you: - understand the user's real priorities and objectives, and make sharper, better-grounded plans; - hold persistent, structured project memory that's portable across every AI tool the user works in; - keep project status documented, fresh, and linked to their objectives — so the user and any assistant can check in at a glance and pick up where the last one left off. Getting started: first time in a workspace, call setup("new_project") — it returns the full onboarding + workflow instructions and scaffolds the user's first goals. Existing workspace, call setup(). Then, before project work: check_in() → list_goals(<project>) → get_context(<task>); log with save_progress(...) as you go. Refer to tasks by title, not UUID.
Known tools 16
get_contextGet detailed context for a goal or todo, including all child todos and related information.
Inferred read-onlydraft_planReturn plan drafting guidance — load on demand after elicitation completes.
Inferred read-onlylist_session_activityList activity for an agent session - tasks touched, status changes, and progress updates.
Inferred read-onlyrequest_supportFile a support request that's routed to the Kaibernetic maintainer.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kaibernetic]
url = "https://kaibernetic.ai/llm/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kaibernetic": {
"type": "http",
"url": "https://kaibernetic.ai/llm/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kaibernetic
Remote MCP URL: https://kaibernetic.ai/llm/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kaibernetic": {
"url": "https://kaibernetic.ai/llm/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kaibernetic": {
"type": "http",
"url": "https://kaibernetic.ai/llm/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kaibernetic",
"transport": "streamable-http",
"url": "https://kaibernetic.ai/llm/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kaibernetic.ai was fetched 2026-08-24T06:27:06.439Z and is being refreshed.
kaibernetic.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.