Back to Home
mako10k icon

mcp-integrated-search-server

Verified Safe

by mako10k

Overview

Enables AI assistants to search the web using Google Custom Search and manage Redmine projects, including issue and project management, comments, and smart updates with workflow-aware error handling.

Installation

Run Command
node build/index.js

Environment Variables

  • GOOGLE_API_KEY
  • GOOGLE_SEARCH_ENGINE_ID
  • REDMINE_URL
  • REDMINE_API_KEY
  • LOG_LEVEL

Security Notes

The server demonstrates strong security practices, particularly in secret management. It uses a `SecretsResolver` utility to resolve environment variables, validate API keys (length, placeholders, unresolved references), mask keys in logs, and redact them from error messages. Configuration files use environment variable references (`${VAR_NAME}`) to avoid hardcoding secrets. It supports a prioritized search for config files and a fallback to legacy environment variables. Network requests use `axios` with timeouts. No obvious malicious patterns or `eval` usage found. Comprehensive documentation on security setup is also provided.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-20

Tags

SearchRedmineProject ManagementAPI IntegrationMCP Server