mcp-outline and mcpstore
These are ecosystem siblings: one provides MCP server functionality for a specific documentation platform (Outline), while the other is a management/orchestration layer for deploying and administering multiple MCP services.
About mcp-outline
Vortiago/mcp-outline
A Model Context Protocol (MCP) server enabling AI assistants to interact with Outline documentation services.
Exposes comprehensive document operations (search, create, edit, archive) and collection management alongside threaded comments and backlink discovery, all accessible via MCP Resources using URI schemes like `outline://document/{id}`. Built in Python with automatic rate-limit handling and retry logic, it supports both stdio transport for local use and HTTP/SSE for remote deployments, with flexible access control through read-only mode, per-operation restrictions, and dynamic tool filtering by user role.
About mcpstore
whillhill/mcpstore
开盒即用的优雅管理mcp服务 | 结合Agent框架 | 作者听劝 | 已发布pypi | Vue页面demo
Provides unified lifecycle management and transport abstraction for MCP servers with support for multiple agent frameworks (LangChain, LangGraph, AutoGen, CrewAI, LlamaIndex) through a fluent Python API. Enables agent-level service isolation, tool discovery, and dynamic service configuration (HTTP/SSE/stdio), while optional Redis integration allows distributed deployments to share MCP service state across instances without requiring each process to manage connections independently.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work