← Registry

Productivity

habito.ar

Manages project tasks, documentation, and comments for team collaboration.

1 endpoint15 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://habito.ar/mcp

No auth detected

MCP server metadata

Name
Habito
Version
1.0.0
Capabilities
loggingtools.listChangedresources.listChangedprompts.listChanged

Known tools 15

create_comment

Add a comment to a task.

Inferred read-only
create_doc

Create a documentation page in a workspace.

Potential side effects
create_project

Create a new project in a workspace.

Potential side effects
create_task

Create a new task in a project.

Potential side effects
get_doc

Get a single documentation page by ID, including its markdown content.

Inferred read-only
get_me

Get the authenticated user information.

Inferred read-only
get_project

Get detailed information about a specific project by ID or slug.

Inferred read-only
get_task

Get detailed information about a specific task by ID or identifier (e.g., HAB-123).

Inferred read-only
list_docs

List documentation pages in a workspace.

Inferred read-only
list_projects

List all projects the authenticated principal has access to.

Inferred read-only
list_tasks

List tasks with optional filters.

Inferred read-only
search_tasks

Full text search across tasks by title, description, or identifier.

Inferred read-only
update_doc

Update a documentation page (title, markdown content, icon, or move it under a different parent).

Potential side effects
update_project

Update an existing project — name, description, status, icon, color, lead or dates.

Potential side effects
update_task

Update an existing task.

Potential side effects

CONNECT 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.habito]
url = "https://habito.ar/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "habito": {
      "type": "http",
      "url": "https://habito.ar/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: habito
Remote MCP URL: https://habito.ar/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": {
    "habito": {
      "url": "https://habito.ar/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "habito": {
      "type": "http",
      "url": "https://habito.ar/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "habito",
  "transport": "streamable-http",
  "url": "https://habito.ar/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.