Probe Kit MCP Server

Know the Context, Feed the Moment. Introspection · Context Hydration · Delegated Orchestration. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 35 · #24 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Probe Kit

before you install - you'll need

Set MEMORY_QDRANT_URL, MEMORY_EMBEDDING_URL before connecting. MEMORY_QDRANT_COLLECTION, MEMORY_EMBEDDING_PROVIDER, MEMORY_EMBEDDING_API_KEY, MEMORY_EMBEDDING_MODEL are optional or environment-specific per the README.

Claude Code

claude mcp add mybolide-mcp-probe-kit -- npx -y mcp-probe-kit

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "mybolide-mcp-probe-kit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-probe-kit"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package mcp-probe-kit - unscoped; check the name against the project README before installing

registry namespace io.github.mybolide is GitHub-verified and matches the repo owner

03 · What Probe Kit can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- Memory write capability is enabled only when MEMORY_QDRANT_URL, MEMORY_EMBEDDING_URL, and MEMORY_EMBEDDING_MODEL are configured - Memory read capability only requires MEMORY_QDRANT_URL - Qdrant collections are auto-created on first write with Cosine distance - Vector size is inferred from the first embedding response

Latest releases

v4.0.1 · 2026-08-20

Release v4.0.1 · Changed · Tightened shared Memory persistence: memorize_asset / update_memory_asset now reject project-scoped fields (source_project, source_path, file_path / path) to keep memories truly cross-repo.…

v4.0.0 · 2026-08-11

Release · Promoted the validated v4 release-candidate line to the stable 4.0.0 channel. · Stable publication uses npm latest and enables MCP Registry publication after the npm release succeeds. · Includes the…

04 · Who maintains Probe Kit

mcp-probe-kit is maintained by mybolide. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
automation - ranked #24 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-08-20)
registry
io.github.mybolide/mcp-probe-kit (active, first published 2026-02-04 · 3 versions)
packages
npm:mcp-probe-kit

06 · Probe Kit FAQ

What is Probe Kit?

Know the Context, Feed the Moment. Introspection · Context Hydration · Delegated Orchestration. It runs locally over stdio via the published package.

Is Probe Kit still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Probe Kit?

Run `npx -y mcp-probe-kit`. The README documents 6 environment variables (MEMORY_QDRANT_URL, MEMORY_QDRANT_COLLECTION, MEMORY_EMBEDDING_PROVIDER…) to set first. Set MEMORY_QDRANT_URL, MEMORY_EMBEDDING_URL before connecting. MEMORY_QDRANT_COLLECTION, MEMORY_EMBEDDING_PROVIDER, MEMORY_EMBEDDING_API_KEY, MEMORY_EMBEDDING_MODEL are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Probe Kit run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Probe Kit