Back to Home
mark-hingston icon

query-tool

Verified Safe

by mark-hingston

Overview

An MCP (Model Context Protocol) server for querying vector stores and knowledge graphs using semantic and relationship-aware search.

Installation

Run Command
node dist/index.js --index-path ./embeddings --base-url http://localhost:1234/v1 --model text-embedding-model

Security Notes

The server primarily uses standard I/O (MCP Stdio Transport), minimizing direct network exposure. It relies on a user-provided `--base-url` for embedding generation, typically pointing to a local LM Studio instance. While a misconfigured `--base-url` could potentially direct embedding data to a malicious external service, this vulnerability requires an initial compromise of the host running the server. File system access is confined to the specified `--index-path`. No explicit use of `eval`, code obfuscation, or hardcoded sensitive API keys (OpenAI API key is explicitly 'not-needed') was found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens25
Stars0
Forks0
Last Update2025-12-05

Tags

MCP ServerVector SearchKnowledge GraphRAGEmbeddings