mb-mcp
Click on "Install 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.
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 installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/morsa-dev/mb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server