mb-mcp

mb-mcp

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.

Category
Visit Server

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 project guidance
  • it exposes that workflow through a public MCP interface, so it can be used from external agents and clients

What This MCP Does

  • create: returns instructions for generating a project-specific Memory Bank from a real codebase
  • docs_context: returns documentation context that can be attached to supported flows when extra reference material is useful

Supported Scope

create is currently intended for these project types:

  • iOS
  • Angular
  • React
  • Next.js
  • Node.js

Current docs_context support is intentionally narrow:

  • stack: ios
  • detailLevel: compact, structured

Security / Safety

  • does not receive the user's code or repository contents directly
  • code inspection and file changes happen on the client-side coding agent, not on this server
  • does not index repositories
  • does not store user data or project contents
  • does not require auth
  • only returns instructions and documentation context

Technical Details

  • Node.js 22.9+
  • official MCP TypeScript SDK
  • stateless Streamable HTTP transport
  • JSON response mode enabled

Open Source

  • src/tools: MCP tool registration
  • src/features/create: instruction generation for Memory Bank flows
  • src/features/docsContext: documentation-context orchestration
  • src/adapters/appleDocs: Apple documentation lookup and extraction

Local Development

<details> <summary>Show local setup</summary>

Local development is optional.

npm install
npm run dev

Checks:

npm run test
npm run typecheck
npm run lint
npm run build

Optional local .env:

PORT=3000

For localhost-only development:

HOST=127.0.0.1 npm run dev

</details>

License

MIT

Links

  • Product website: https://www.morsa.io/

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured