Back to Home
DEVtheOPS icon

insights-mcp

Verified Safe

by DEVtheOPS

Overview

Provides persistent storage and full-text search for project-specific or global insights within Claude Code sessions.

Installation

Run Command
npx insights-mcp

Environment Variables

  • INSIGHTS_MCP_MODE
  • INSIGHTS_MCP_DB_PATH
  • INSIGHTS_MCP_PORT

Security Notes

The server appears robust against common web vulnerabilities. It uses 'better-sqlite3' with prepared statements, mitigating SQL injection risks. Input validation for all MCP tools is handled by 'zod' schemas, adding a strong layer of protection. No usage of 'eval' or obvious hardcoded secrets was found. The HTTP mode exposes a '/mcp' endpoint; secure deployment practices (e.g., proper firewalling, access control) are required if exposed beyond a local or trusted network.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens4000
Stars0
Forks0
Last Update2025-11-25

Tags

MCP ServerPersistenceSQLiteFull-Text SearchContext IsolationClaude CodeKnowledge Base