loading…
Search for a command to run...
loading…
A standalone Node.js MCP server designed for Memory Bank workflows that enables users to generate project-specific documentation from codebases. It provides too
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.
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.
Connect your MCP client to the hosted server endpoint.
https://mb-mcp.morsa.io/https://mb-mcp.morsa.io/mcpIf you are using a self-hosted deployment, point your client to that deployment URL.
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 patternscreate: 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 usefulcreate is currently intended for these project types:
Current docs_context support is intentionally narrow:
stack: ios, angularversion: optional hint for version-aware documentation sourcesdetailLevel: compact, structured/ and /instructions/mcp by defaultsrc/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 extractionLocal 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
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mb-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.