osqueryi-mcp

mdfranz/osqueryi-mcp
★ 0 stars Go 💻 Code/Dev Tools Updated today
Local OSQuery MCP Server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "osqueryi-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/mdfranz/osqueryi-mcp@latest"
      ]
    }
  }
}

README Excerpt

`osqueryi-mcp` is a Model Context Protocol (MCP) server written in Go that exposes the local system's [osquery](https://osquery.io/) tables as queryable tools. It wraps the `osqueryi` interactive shell via STDIN/STDOUT transport, allowing LLMs and other MCP clients to inspect and query system state using SQL.

Tools (12)

OSQUERYI_DEBUGOSQUERYI_LOCKFILEOSQUERYI_LOGFILEOSQUERYI_PATHOSQUERYI_TIMEOUTdescribe_tablelist_tablespreview_tablequery_tablerefresh_cacherun_querysearch_tables