llm-mcp-server

tienyulin/llm-mcp-server
★ 0 stars Python AI/LLM Updated today
Read-only query service (keyword + pgvector semantic search) for the LLM Wiki platform
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llm-mcp-server": {
      "command": "uvx",
      "args": [
        "llm-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install llm-mcp-server

README Excerpt

Read-only query service for the LLM Wiki platform. Serves keyword, semantic, and structured lookups over the wiki that `wiki-processor` builds. PG-first (keyword via `pg_trgm`, semantic via pgvector cosine) with automatic fallback to scanning MinIO `wiki.json` when the index is unavailable. In-memory TTL cache with