Hacker News new | ask | show | jobs
Show HN: Privacy-First MCP Servers for Claude – Linear, Postgres, Notion, GitHub (github.com)
2 points by nahsuhn 166 days ago
I built a collection of MCP servers that let Claude access your tools without sending data through third-party services.

  Install: npx mcp-servers-cli init

  7 servers: Linear, Postgres, Notion, Obsidian, SQLite, GitHub, Filesystem

  - Everything runs locally on your machine
  - One command setup (detects your tools, auto-configures Claude)
  - Read-only by default for databases
  - SQL injection protection, path traversal prevention
  - Rate limiting on API servers (configurable)
  - 80 tests, MIT licensed

  Happy to answer questions about the security model or MCP implementation.