mcp-server
Verified Safeby namphuongtran
Overview
Provides a framework for managing, interacting with, and inspecting model context and related knowledge bases using the Model Context Protocol.
Installation
docker-compose up -dEnvironment Variables
- OUTLINE_API_KEY
- MCP_PROXY_AUTH_TOKEN
Security Notes
No obvious security risks in the provided `docker-compose.yml`. Secrets (`OUTLINE_API_KEY`, `MCP_PROXY_AUTH_TOKEN`) are passed via environment variables, not hardcoded. The security of the application code within the Docker images is not assessable from this file.
Similar Servers
sub-agents-mcp
Provides a Model Context Protocol (MCP) server to enable Claude Code–style sub-agent workflows in any MCP-compatible tool, executing agents via various AI CLI backends.
company-docs-mcp
Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.
karma
A modern, dark-themed chat interface demonstrating the Karma Memory system for AI agents, enabling context-aware conversations and dynamic switching of memory retrieval and caching strategies.
consult-user-mcp
Enables AI agents (like Claude) to interact with users through native macOS dialogs (confirmation, choice, text input) or a PWA for push notifications and responses.