revolution-mcp-server
Verified Safeby zweischritte
Overview
Serves as a knowledge context protocol (MCP) server, managing and exposing a specialized knowledge corpus for AI models.
Installation
REVOLUTION_HTTP_ENABLE=true npm startEnvironment Variables
- REVOLUTION_HTTP_ENABLE
Security Notes
Exposes a knowledge corpus via stdio and Streamable HTTP on port 3000, requiring REVOLUTION_HTTP_ENABLE=true for HTTP access. Standard network security practices should be applied if exposed externally.
Similar Servers
boilerplate-mcp-server
Provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation tool.
bluera-knowledge
Provides a semantic knowledge base and intelligent web crawling capabilities to power coding agents, enabling them to search internal project files, Git repositories, and crawled web documentation.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.
mcp_server
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.