Live · Read-only MCP

Bring proven KQL into your AI workflow.

Search thousands of community KQL examples from Claude, Codex, GitHub Copilot, ChatGPT, or any Streamable HTTP MCP client. Your AI uses the retrieved context to create the final query.

MCP endpointhttps://www.kqlsearch.com/mcp
Streamable HTTP
Claude DesktopDesktop connector
01

Add a Custom Connector

  1. Open Customize or Settings → Connectors.
  2. Choose + → Add custom connector.
  3. Name it KQL Search and paste the endpoint.
  4. Leave OAuth Client ID and Secret empty.
  5. In a new chat, enable it under + → Connectors.
Official Claude instructions
Claude CodeTerminal
02

Connect from Your Terminal

Add the hosted server at user scope, then confirm it appears with claude mcp list.

claude mcp add --transport http --scope user kql-search https://www.kqlsearch.com/mcp
CodexApp & terminal
03

Connect from Your Terminal

Register the hosted server, verify it with codex mcp list, then open a new Codex session.

codex mcp add kql-search --url https://www.kqlsearch.com/mcp
ChatGPTWeb app
04

Create a Custom MCP App

  1. On ChatGPT web, enable Developer mode in Settings → Apps → Advanced Settings.
  2. Choose Apps → Create and paste the endpoint.
  3. Select no authentication, then Scan Tools → Create.
  4. In a new chat, select KQL Search from the tools menu.
Native desktop status: OpenAI currently documents custom MCP apps as web-only. Use ChatGPT in a desktop browser for now. An eligible plan or workspace permission is required.
Official ChatGPT instructions
GitHub CopilotVS Code
05

Add the Server in VS Code

  1. Open the Command Palette and run MCP: Add Server.
  2. Choose HTTP, paste the endpoint, and name it kql-search.
  3. Save it globally or to the workspace, then trust the server.
  4. Open Copilot Chat and enable the KQL Search tools.
Full community walkthrough
Any other MCP client

Use Streamable HTTP

Point your client or custom harness at the endpoint. No API key or OAuth credentials are required.

{ "mcpServers": { "kql-search": { "type": "http", "url": "https://www.kqlsearch.com/mcp" } } }
Connection test

Ask Your Client to Use KQL Search

A successful test visibly calls the KQL Search tools and returns source URLs from the library.

Use KQL Search to find three PowerShell-related KQL examples. Retrieve the complete query for the best result, cite its original source URL, and tell me which KQL Search tools you called.
Available tools

A Small, Focused Surface

search_kql_queries

Find examples using text, tables, keywords, operators, or authors.

get_kql_query

Retrieve complete or safely chunked KQL and its source metadata.

list_kql_metadata

Explore available tables, keywords, operators, and authors.

No tenant access

KQL Search never executes KQL, accesses Microsoft tenants, or calls a server-owned AI model. Community query content is returned as untrusted reference material.

This browser page and the MCP protocol share one URL.View source on GitHub