Tech News
← Home  ·  All topics

Mcp Server

14 GoKawiil briefs on this topic

Keenable launches SELECT, an MCP agent that runs SQL queries over live web data

Keenable has released SELECT, an MCP server that lets an agent query the web using DuckDB SELECT statements instead of clicking through search results. The tool combines web search and fetch operators with semantic extraction functions inside SQL, filtering pages with exact WHERE clauses before sending only surviving rows to an LLM for field extraction. Each generated report links to the full trajectory of queries, tool calls, and result sets used to build it.

Opslane launches self-hosted tool that auto-detects and fixes user-facing bugs

Opslane is a new open-source platform that records user sessions to catch bugs beyond crash reports, including silent UX failures like unresponsive buttons or abandoned forms. It ranks issues by how many users are affected, investigates the highest-impact ones, and automatically opens verified pull requests when it can confirm a fix works in a sandbox environment. The system integrates with coding agents via an MCP server and delivers a daily Slack digest summarizing what broke and what's ready to merge.