mb-mcp by morsa-dev
36 score
A standalone Node.js MCP server designed for Memory Bank workflows that enables users to generate project-specific documentation from codebases. It provides tools for creating execution instructions and retrieving structured documentation context, specifically for the iOS stack.
Ranked #909 out of 1625 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 50%
Stars 3
Platform Breadth 1 platform
Contributors 1
Description Detailed
How to Improve
Contributors medium impact
Stars low impact
Platforms medium impact
Supported Platforms
From the README
# Memory Bank MCP Public MCP server for Morsa. Morsa is a governance layer for AI coding. This server is the public MCP entrypoint for generating Memory Bank baselines and returning supporting documentation context for supported project types. This repository contains the open-source implementation of the server. ## Quick Start Connect your MCP client to the hosted server endpoint. - Endpoint: `https://mcp.morsa.io/api/external/mcp` - Transport: Streamable HTTP - Setup instructions for Cursor / Codex / Claude: https://mcp.morsa.io/mcp-instructions If you are using a self-hosted deployment, point your client to that deployment URL. ## Why Connect To This Server Use this MCP if you want an agent to generate a project-specific Memory Bank without hand-writing the workflow yourself. - `create` is the main capability: it returns executable instructions for building a Memory Bank from real codebase patterns - it gives teams a consistent starting point for AI coding standards and prRead full README on GitHub →