Back to Home
southleft icon

company-docs-mcp

Verified Safe

by southleft

Overview

Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.

Installation

Run Command
npm run dev

Environment Variables

  • OPENAI_API_KEY
  • SUPABASE_URL
  • SUPABASE_ANON_KEY
  • SUPABASE_SERVICE_KEY
  • SLACK_BOT_TOKEN
  • SLACK_APP_TOKEN
  • SLACK_SIGNING_SECRET
  • ORGANIZATION_NAME
  • ORGANIZATION_DOMAIN
  • ORGANIZATION_LOGO_URL
  • ORGANIZATION_SUBTITLE
  • ORGANIZATION_TAGLINE
  • VECTOR_SEARCH_ENABLED
  • VECTOR_SEARCH_MODE
  • OPENAI_MODEL
  • LOG_SEARCH_PERFORMANCE
  • SLACK_SLASH_COMMAND
  • MCP_ENDPOINT

Security Notes

The server correctly implements Slack request signature verification. Secrets management is well-documented, advising against committing sensitive data and promoting Cloudflare Worker secrets. CORS is broadly set to '*' which could be a risk if exposed publicly without additional authentication. The use of Supabase Service Role Key is noted in ingestion scripts and could be a risk if not securely managed.

Similar Servers

Stats

Interest Score42
Security Score8
Cost ClassHigh
Avg Tokens12000
Stars15
Forks1
Last Update2025-11-23

Tags

AI-powered knowledge basesemantic searchdocumentationRAGCloudflare WorkersSupabaseSlack integrationClaude Desktop