Back to Home
winklermw-mz icon

SammelsuriumMCP

Verified Safe

by winklermw-mz

Overview

A server that aggregates various tools (web search, Wikipedia, PDF reader, calendar, weather) to provide external, up-to-date information to a local LLM via a RAG architecture.

Installation

Run Command
docker run -d --name MyMCP --network my-local-net -v /Users/markus/Documents:/documents -v ./auth:/app/auth -p 8002:8002 winklermw-mz/mymcp

Environment Variables

  • LLM_URL
  • EMBEDDING_MODEL
  • CHROMADB_HOST
  • CHROMADB_PORT
  • DOCUMENT_ROOT
  • GOOGLE_TOKEN
  • GOOGLE_CREDENTIALS
  • MY_LOCATION

Security Notes

The application relies on external services (LLM, ChromaDB, Google APIs, DuckDuckGo, Open-Meteo). Google Calendar access requires sensitive OAuth 2.0 credentials (`auth/token.json`, `auth/credentials.json`) which must be securely stored and managed, especially in containerized environments. No 'eval' or obvious malicious patterns found. The server binds to 0.0.0.0, exposing it to all network interfaces, which is typical for Docker but requires careful network isolation.

Similar Servers

Stats

Interest Score10
Security Score7
Cost ClassHigh
Avg Tokens3000
Stars1
Forks0
Last Update2025-12-19

Tags

RAGLLM ToolingInformation RetrievalVector DatabaseExternal Data Access