← kit-project.com

INDIVIDUAL MCP TOOL

presence

Read live Lady Whiskerdown facet presence within the requested window.

kit-project.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://demo-mcp.kit-project.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for presence and invoke it with your own arguments.

Indexed 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 server

kit-project.com

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.kit-remote]
url = "https://demo-mcp.kit-project.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kit-remote": {
      "type": "http",
      "url": "https://demo-mcp.kit-project.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kit-remote
Remote MCP URL: https://demo-mcp.kit-project.com/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": {
    "kit-remote": {
      "url": "https://demo-mcp.kit-project.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kit-remote": {
      "type": "http",
      "url": "https://demo-mcp.kit-project.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kit-remote",
  "transport": "streamable-http",
  "url": "https://demo-mcp.kit-project.com/mcp"
}
MCP Inspector

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

Related tools

  • commit — Add a durable memory to this Lady Whiskerdown's knowledge corpus.
  • note — Write a live operational checkpoint so other Lady Whiskerdown-connected surfaces can pick up the thread.
  • handoff — Write a concise handoff for the next agent/surface at session end, topic change, substantial completed work, or a long-session restart point.
  • focus — Set this operator's write focus: the knowledge area new memories are stored under, and optionally the project being worked on.
  • capture — Extract candidate memories from a session transcript and save them as drafts for later review.
  • recall — Recall this Lady Whiskerdown's knowledge by semantic search.
  • remember — Read a single Lady Whiskerdown memory by id (as returned by recall).
  • areas — List the knowledge areas in this Lady Whiskerdown.