lexis-mcp

matias-sanchez/lexis-mcp
★ 0 stars Python 🗄️ Database Updated today
MCP server for Percona KB / case retrieval via pgvector — spec-driven, self-hosted embeddings, no external SaaS
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": {
    "lexis-mcp": {
      "command": "uvx",
      "args": [
        "lexis-mcp"
      ]
    }
  }
}

Or install with pip: pip install lexis-mcp

README Excerpt

Retrieval of analogous past Percona Knowledge Base articles and resolved support cases for database engineers working MySQL, PostgreSQL, and MongoDB customer issues. Built as a Model Context Protocol (MCP) server, backed by self-hosted pgvector + Snowflake Arctic embeddings, following Spec-Driven Development discipline (GitHub Spec Kit).