MCP server for Strayl log search with semantic and exact search capabilities
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"strayl-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Strayl MCP Server MCP server for semantic and exact log search powered by Strayl. ## Features - **Semantic Search**: AI-powered search across your logs using vector embeddings - **Exact Text Search**: Traditional text matching with case-sensitive options - **Context Search**: AI-powered semantic search across indexed documentation and knowledge bases - **Context Management**: Create, manage and index custom context sources (docs, guides, wikis) - **Memory Sessions**: Maintain conversation history and context across multiple searches - **Time Filtering**: Search logs by time periods (5m, 1h, today, yesterday, 7d, etc.) - **Log Level Filtering**: Filter by log levels (info, warn, error, debug) - **Easy Integration**: Works with Claude Desktop, Cline, and other MCP clients ## Installation Install via pipx (recommended): ```bash pipx install strayl-mcp-server ``` Or via pip: ```bash pip install strayl-mcp-server ``` ## Configuration ### Get Your API Key 1. Visit [https://strayl.dev](https://strayl.dev) 2. Generate an API key 3. Copy your API key (starts with `st_`) ### Claude Desktop Configuration Add to your Claude Desktop config file: **MacOS**: `~/Library/Application Support/Claude/claude_desktop_config.json` **Windows**: `%APPDATA%\Claude\claude_desktop_config.json` ```json { "mcpServers": { "strayl": { "command": "pipx", "args": ["run", "--no-cache", "strayl-mcp-server"], "env": { "STRAYL_API_KEY": "your_api_key_here" } } } } ``` ### Cline/Other MCP Clients Add to your MCP settings file: ```json { "mcpServers": { "strayl": { "command": "pipx", "args": ["run", "--no-cache", "strayl-mcp-server"], "env": { "STRAYL_API_KEY": "your_api_key_here" } } } } ``` ## Available Tools ### 1. search_logs_semantic Semantic (AI-powered) search across your logs. **Parameters:** - `query` (required): Search query in natural language - `time_period` (optional): Time filter…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.