mb-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mb-mcpShow me how to generate a Memory Bank for this iOS codebase"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Hosted landing page:
https://mb-mcp.morsa.io/MCP endpoint:
https://mb-mcp.morsa.io/mcpTransport: Streamable HTTP
Setup instructions for Cursor / Codex / Claude: https://mb-mcp.morsa.io/instructions
If you are using a self-hosted deployment, point your client to that deployment URL.
Related MCP server: ws-mcp
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.
createis the main capability: it returns executable instructions for building a Memory Bank from real codebase patternsit 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 codebasedocs_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,angularversion: optional hint for version-aware documentation sourcesdetailLevel: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
public setup guide served at
/and/instructionsMCP endpoint served at
/mcpby default
Open Source
src/tools: MCP tool registrationsrc/features/create: instruction generation for Memory Bank flowssrc/features/docsContext: documentation-context orchestrationsrc/adapters/appleDocs: Apple documentation lookup and extractionsrc/adapters/angularDocs: Angular documentation lookup and extraction
Local Development
Local development is optional.
npm install
npm run devChecks:
npm run test
npm run typecheck
npm run lint
npm run buildOptional local .env:
PORT=3000For localhost-only development:
HOST=127.0.0.1 npm run devLicense
MIT
Links
Product website: https://www.morsa.io/
Hosted instructions: https://mb-mcp.morsa.io/instructions
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for querying Forkast documentation
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
MCP server for innovationlab documentation, generated by doc2mcp.
The Cortex MCP server provides read-only access to real-time engineering context from the Cortex developer portal, allowing AI coding assistants to answer natural language questions about your organization's catalog (microservices, libraries, domains, teams, infrastructure), scorecards (engineering standards and best practices), initiatives (goals and deadlines), and Engineering Intelligence metrics. It includes tools for querying documentation, tracking personal entities, and accessing AI-assisted insights across the entire Cortex ecosystem.
Related MCP Servers
- AlicenseBqualityFmaintenanceA comprehensive Model Context Protocol server that provides advanced Node.js development tooling for automating project creation, component generation, package management, and documentation with AI-powered assistance.79MIT
- AlicenseAqualityAmaintenanceA self-hosted MCP server that fetches live documentation and performs code audits using real-time authoritative references to prevent AI hallucinations. It provides tools for searching documentation across 330+ libraries and scanning local source code for security, performance, and accessibility issues.14212 npm6Elastic 2.0
- AlicenseNot gradedqualityBmaintenanceAn MCP server that builds a semantic graph memory from a project directory, indexing documentation and code into graph structures and exposing 70+ MCP tools for search, knowledge management, task management, and more.9 npm15Elastic 2.0
- AlicenseBqualityDmaintenanceMCP server that exposes 39 tools for GitBook API automation, enabling AI agents to manage documentation, change requests, reviews, and Git Sync.39198 npmMIT