← kan.run

INDIVIDUAL MCP TOOL

search_public_knowledge

Full-text search over the reviewed profile, timeline, evidence, writing, capabilities, projects, current focus, and links.

kan.runnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

kan.run

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

.mcp.json

{
  "mcpServers": {
    "kan-run": {
      "type": "http",
      "url": "https://kan.run/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_profile — Returns the reviewed public biography, detailed career, media history, collaboration fit, personal preferences, future direction, capabilities, technology, links, dates, and provenance.
  • get_capabilities — Returns Kan Ninomiya public capability records.
  • list_projects — Lists reviewed public and archived products, research, OSS, and experiments with personal contribution scope, outcomes, stable ids, and source URLs.
  • get_project — Returns one public project by stable id.
  • get_current_focus — Returns Kan Ninomiya current public priorities and their verification date.
  • get_public_links — Returns official public profile, code, social, writing, video, services, archive, and contact links.