Back to Home
No-Smoke icon

tos-bridge

Verified Safe

by No-Smoke

Overview

Bridges Claude Desktop/Code to a VPS-hosted Token Optimization System using Qdrant (vector database) and Neo4j (knowledge graph) for graph-enhanced search and document management.

Installation

Run Command
docker run -i --rm -e QDRANT_URL=http://your-qdrant:6333 -e QDRANT_API_KEY=your-api-key -e NEO4J_URI=bolt://your-neo4j:7687 -e NEO4J_USER=neo4j -e NEO4J_PASSWORD=your-password -e OLLAMA_URL=http://host.docker.internal:11434 ghcr.io/no-smoke/tos-bridge:latest

Environment Variables

  • QDRANT_URL
  • QDRANT_API_KEY
  • NEO4J_URI
  • NEO4J_PASSWORD

Security Notes

The server uses environment variables for sensitive configurations like Qdrant API keys and Neo4j passwords, which is good practice. Database queries are parameterized, preventing SQL/Cypher injection. There are no obvious signs of 'eval' or direct shell command execution from user input. The primary security consideration for deployment is controlling environment variables (QDRANT_URL, NEO4J_URI, OLLAMA_URL), as malicious manipulation could lead to SSRF (Server-Side Request Forgery) by directing the server to internal network resources. However, this is an operational risk common to services that connect to configurable external endpoints, not a direct vulnerability in the code logic itself.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-16

Tags

MCP ServerRAGKnowledge GraphVector DatabaseSemantic Search