Back to Home
SanthoshSetty icon

mcp-knowledge-server

Verified Safe

by SanthoshSetty

Overview

The MCP server transforms personal digital data from sources like GitHub, LinkedIn, and personal notes into an AI-accessible knowledge base for an AI assistant.

Installation

Run Command
npm start

Environment Variables

  • GITHUB_TOKEN
  • SERVER_URL

Security Notes

Strong emphasis on personal data sanitization is observed throughout the codebase (redacting emails, phone numbers, addresses, IDs, credit cards) for both local and deployed versions. It leverages Cloudflare KV for secure data storage for the public deployment. The local server uses stdio for communication with Claude Desktop, minimizing network exposure. The deployed Cloudflare Worker uses HTTPS and correctly handles CORS. No hardcoded secrets or 'eval' patterns were found. While images are linked from GitHub raw URLs, making them publicly accessible on GitHub, this is a minor control consideration and not a direct server vulnerability.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2026-01-17

Tags

AI-AssistantPersonal-Knowledge-BaseMCP-ServerGitHub-IntegrationLinkedIn-Integration