# Kaiku (remote · {workspace}.kaiku.tech)

Issue tracker and wiki for teams and their agents: find, file and update issues, write pages.

- Trust score: 0/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-23

## Components

- remote · `{workspace}.kaiku.tech`: 0/100 (this document), [markdown](https://verifymcp.io/servers/tech-kaiku-kaiku/https-workspace-kaiku-tech-mcp.md), [page](https://verifymcp.io/servers/tech-kaiku-kaiku/https-workspace-kaiku-tech-mcp)
- remote · `mcp.kaiku.tech`: 74/100, [markdown](https://verifymcp.io/servers/tech-kaiku-kaiku/mcp.md), [page](https://verifymcp.io/servers/tech-kaiku-kaiku/mcp)

## Channel facts

- Endpoint: `https://{workspace}.kaiku.tech/mcp`
- Transports: `streamable-http`
- Auth: `required`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-23.

- **Endpoint Security**: 0/100
  - TLS not yet verified: we couldn't open a connection to check the certificate.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS enforcement could not be verified: this endpoint is not published over https, so there is no plaintext variant to compare against.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC not yet verified: we couldn't validate it against a resolver.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Tool Safety**: 0/100
  - Tool safety not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 6 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the Kaiku MCP server?

Kaiku is a hosted endpoint at https://{workspace}.kaiku.tech/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http tech-kaiku-kaiku 'https://{workspace}.kaiku.tech/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "tech-kaiku-kaiku": {
      "url": "https://{workspace}.kaiku.tech/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "tech-kaiku-kaiku": {
      "type": "http",
      "url": "https://{workspace}.kaiku.tech/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.tech-kaiku-kaiku]
url = "https://{workspace}.kaiku.tech/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tech-kaiku-kaiku": {
      "type": "remote",
      "url": "https://{workspace}.kaiku.tech/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tech-kaiku-kaiku --url 'https://{workspace}.kaiku.tech/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  tech-kaiku-kaiku:
    url: "https://{workspace}.kaiku.tech/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "tech-kaiku-kaiku": {
      "Transport": "http",
      "Url": "https://{workspace}.kaiku.tech/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add tech-kaiku-kaiku -t streamable-http -u 'https://{workspace}.kaiku.tech/mcp'
```

### Other

```json
{
  "mcpServers": {
    "tech-kaiku-kaiku": {
      "type": "http",
      "url": "https://{workspace}.kaiku.tech/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-22 (score 0)

First indexed and scored.

## MCP tools (0)

No tool schema has been captured from this endpoint yet.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/tech-kaiku-kaiku/https-workspace-kaiku-tech-mcp#diagnostics

## Score history

- 2026-09-23: 0
- 2026-09-22: 0

## Common questions

### What is the Kaiku MCP server?

Kaiku is an MCP server listed in the public MCP registry as tech.kaiku/kaiku. Issue tracker and wiki for teams and their agents: find, file and update issues, write pages. This page covers its hosted endpoint (https://{workspace}.kaiku.tech/mcp).

### Is the Kaiku MCP server safe to use?

Kaiku scores 0 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### Does the Kaiku MCP server require authentication?

Its publisher declares that Kaiku requires credentials, so you will need to authorise it in your MCP client. We have not been able to confirm that against the live endpoint.

## Links

- Remote endpoint: https://{workspace}.kaiku.tech/mcp
- Authorisation metadata: https://{workspace}.kaiku.tech/.well-known/oauth-protected-resource/mcp
- Website: https://kaiku.tech/en/docs/mcp?utm_source=mcp-registry
- Changelog RSS feed: https://verifymcp.io/servers/tech-kaiku-kaiku/https-workspace-kaiku-tech-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/tech-kaiku-kaiku/https-workspace-kaiku-tech-mcp.json
- HTML version of this page: https://verifymcp.io/servers/tech-kaiku-kaiku/https-workspace-kaiku-tech-mcp
