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
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.
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.